Fix unwanted border on macOS

https://forums.ankiweb.net/t/anki-23-12-beta/37771/106
This commit is contained in:
Damien Elmes 2023-12-12 14:43:48 +10:00
parent 9205b4db3a
commit 00da2ac27b
2 changed files with 4 additions and 0 deletions

View file

@ -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,

View file

@ -68,6 +68,8 @@
color: var(--fg-subtle);
border: none;
background-color: transparent;
/* remove default macOS styling */
box-shadow: none;
}
li.active > button {