Skip to content

Commit

Permalink
Avoid paint on circular option hover (WordPress#46197)
Browse files Browse the repository at this point in the history
Co-authored-by: Corentin Gautier <[email protected]>
  • Loading branch information
2 people authored and mpkelly committed Dec 7, 2022
1 parent 3ff85ff commit a211f41
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 a211f41

Please sign in to comment.