Skip to content

Commit

Permalink
Merge pull request #2577 from quentinguidee/colorpicker-feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund-schluessler authored Jun 3, 2022
2 parents 818aeee + 4294c8f commit 724b474
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/ColorPicker/ColorPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,16 @@ export default {
padding: 0;
color: white;
border: none;
border-radius: 17px;
border-radius: 50%;
font-size: 16px;
&:hover {
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 724b474

Please sign in to comment.