Skip to content

Commit

Permalink
Avoid paint on circular option hover (#46197)
Browse files Browse the repository at this point in the history
Co-authored-by: Corentin Gautier <corentin.gautier@consertotech.pro>
  • Loading branch information
corentin-gautier and Corentin Gautier committed Dec 2, 2022
1 parent 09094ea commit 8c44ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/circular-option-picker/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $color-palette-circle-spacing: 12px;
vertical-align: top;
transform: scale(1);
transition: 100ms transform ease;
will-change: transform;
@include reduce-motion("transition");

&:hover {
Expand Down

0 comments on commit 8c44ccb

Please sign in to comment.