mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-20 22:22:05 +02:00
fix(button): disable hover of disabled button
overwrite the box-shadow changes of hover::after for is-disabled button
This commit is contained in:
parent
8c5895fc45
commit
5f93228747
@ -65,6 +65,10 @@
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
&.is-disabled:hover::after {
|
||||
box-shadow: inset -4px -4px map-get($disabled-colors, "shadow");
|
||||
}
|
||||
|
||||
// Other styles
|
||||
// prettier-ignore
|
||||
$types:
|
||||
|
Loading…
x
Reference in New Issue
Block a user