mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
fix select appearance inside webview
This commit is contained in:
parent
7dc131c3de
commit
c5eedfb21e
1 changed files with 5 additions and 0 deletions
|
@ -12,3 +12,8 @@
|
||||||
.night-mode {
|
.night-mode {
|
||||||
@include scrollbar.night-mode;
|
@include scrollbar.night-mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// the unprefixed version wasn't added until Chrome 81
|
||||||
|
.form-select {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue