mirror of
https://github.com/primer/css.git
synced 2024-12-04 14:59:16 +03:00
Remove needless disable
This commit is contained in:
parent
5c25a62082
commit
5c74a71372
@ -154,7 +154,7 @@
|
||||
// Mixin: btn-inverse-on-hover
|
||||
|
||||
@mixin btn-inverse-on-hover($type) {
|
||||
color: var(--color-btn-#{$type}-text); // stylelint-disable-line primer/no-undefined-vars
|
||||
color: var(--color-btn-#{$type}-text);
|
||||
transition: none;
|
||||
|
||||
&:hover,
|
||||
|
Loading…
Reference in New Issue
Block a user