mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix deck options button twitching on hover (#3623)
* Fix options page tab button text twitching on hover * Fix options help modal button layout shifting on hover
This commit is contained in:
parent
d1032d86a7
commit
3b99ae4b91
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
text-align: start;
|
text-align: start;
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
background-color: var(--canvas);
|
background-color: var(--canvas);
|
||||||
border: none;
|
border: 1px solid transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--fg-subtle);
|
color: var(--fg-subtle);
|
||||||
border: none;
|
border: 1px solid transparent;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
/* remove default macOS styling */
|
/* remove default macOS styling */
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Reference in a new issue