mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Swap impressed shadow for border effect on button hover (#2392)
This commit is contained in:
parent
404a6c5d4a
commit
d849abace2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
var(--button-gradient-end) 100%
|
var(--button-gradient-end) 100%
|
||||||
);
|
);
|
||||||
/* Makes distinguishing hover state in light theme easier */
|
/* Makes distinguishing hover state in light theme easier */
|
||||||
@include impressed-shadow(0.2);
|
border: 1px solid var(--shadow);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue