mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
10 lines
177 B
SCSS
10 lines
177 B
SCSS
@mixin light-hover-active {
|
|
border-color: var(--faint-border) !important;
|
|
|
|
&:hover,
|
|
&:focus,
|
|
&:active,
|
|
&.active {
|
|
background-color: #e3e3e8;
|
|
}
|
|
}
|