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:
parent
bbec11b795
commit
0c2242c78e
@ -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] > & {
|
||||
|
Loading…
Reference in New Issue
Block a user