mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-08 21:30:47 +02:00
@@ -12,8 +12,7 @@
|
||||
box-shadow: inset -4px -4px $shadow;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:hover {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
background-color: $hover-background;
|
||||
@@ -23,6 +22,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 6px rgba($shadow, 0.3);
|
||||
}
|
||||
|
||||
&:active:not(.is-disabled)::after {
|
||||
box-shadow: inset 4px 4px $shadow;
|
||||
}
|
||||
|
Reference in New Issue
Block a user