Skip to content

Commit

Permalink
fix(NcColorPicker): remove unused invalid styles
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Feb 28, 2025
1 parent 3779b88 commit 0ed0a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/NcColorPicker/NcColorPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,6 @@ export default {
}

&-active-color {
width: calc(var(--default-clickable-area) - 10 px);
height: calc(var(--default-clickable-area) - 10 px);
border-radius: 17px;
}

Expand Down

0 comments on commit 0ed0a36

Please sign in to comment.