1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00

Remove transition on inverse buttons

This commit is contained in:
simurai 2020-03-02 23:29:58 +09:00
parent bbec11b795
commit 0c2242c78e

View File

@ -177,7 +177,7 @@
@mixin btn-inverse-on-hover( $color, $bg-hover, $bg-active, $border-hover, $border-active, $shadow ) {
color: $color;
transition-timing-function: cubic-bezier(0, 0.5, 0, 1);
transition: none;
&:hover,
[open] > & {