mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
6 lines
145 B
SCSS
6 lines
145 B
SCSS
@mixin light-hover-active {
|
|
&:hover, &:focus, &:active, &.active {
|
|
background-color: #e3e3e8;
|
|
border-color: #e3e3e8;
|
|
}
|
|
}
|