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;
|
||||
min-width: 250px;
|
||||
background-color: var(--canvas);
|
||||
border: none;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
&:hover {
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
color: var(--fg-subtle);
|
||||
border: none;
|
||||
border: 1px solid transparent;
|
||||
background-color: transparent;
|
||||
/* remove default macOS styling */
|
||||
box-shadow: none;
|
||||
|
|
Loading…
Reference in a new issue