Skip to content

Commit

Permalink
fix(SelectionControls): remove color from transition-property
Browse files Browse the repository at this point in the history
was causing a very noticeable delay when changing colors
  • Loading branch information
johnleider committed Feb 1, 2020
1 parent 2beb81b commit 2f499d2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
flex: 0 0 auto
height: 24px
position: relative
transition: .3s cubic-bezier(.25,.8,.25,1)
transition-property: color, transform
transition: $primary-transition
transition-property: transform
width: 24px
user-select: none

Expand Down Expand Up @@ -108,7 +108,6 @@
.v-radio--is-focused
.v-input--selection-controls__ripple:before
background: currentColor
opacity: .4
transform: scale(1.2)

.v-input--selection-controls__input:hover
Expand Down

0 comments on commit 2f499d2

Please sign in to comment.