mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Fix unwanted border on macOS
https://forums.ankiweb.net/t/anki-23-12-beta/37771/106
This commit is contained in:
parent
701e0b7e60
commit
ea0a9e13b7
2 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
border: none;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
/* remove default macOS styling */
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.badge:hover,
|
||||
|
|
|
|||
|
|
@ -68,6 +68,8 @@
|
|||
color: var(--fg-subtle);
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
/* remove default macOS styling */
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
li.active > button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue