mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
/* remove default macOS styling */
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge:hover,
|
.badge:hover,
|
||||||
|
|
|
@ -68,6 +68,8 @@
|
||||||
color: var(--fg-subtle);
|
color: var(--fg-subtle);
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
/* remove default macOS styling */
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.active > button {
|
li.active > button {
|
||||||
|
|
Loading…
Reference in a new issue