Skip to content

Commit

Permalink
Fix color picker
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <[email protected]>
  • Loading branch information
marcoambrosini committed Jun 18, 2024
1 parent 275409c commit ee87644
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/NcColorPicker/NcColorPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,9 @@ export default {
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
min-height: 34px;
width: var(--clickable-area-small);
height: var(--clickable-area-small);
min-height: var(--clickable-area-small);
margin: auto;
padding: 0;
color: white;
Expand All @@ -449,9 +449,6 @@ export default {
opacity: .6;
}
&--active {
width: 38px;
height: 38px;
min-height: 38px;
transition: all 100ms ease-in-out;
opacity: 1 !important;
}
Expand Down

0 comments on commit ee87644

Please sign in to comment.