mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix unwanted border on macOS
https://forums.ankiweb.net/t/anki-23-12-beta/37771/106
This commit is contained in:
parent
9205b4db3a
commit
00da2ac27b
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