mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
fix broken night mode styling
#1172 removed the select styling, but EnumSelector has not been updated yet
This commit is contained in:
parent
df38788e07
commit
6547af529a
1 changed files with 2 additions and 1 deletions
3
ts/sass/bootstrap-dark.scss
vendored
3
ts/sass/bootstrap-dark.scss
vendored
|
@ -5,7 +5,8 @@
|
||||||
@use 'fusion_vars';
|
@use 'fusion_vars';
|
||||||
|
|
||||||
@mixin night-mode {
|
@mixin night-mode {
|
||||||
input {
|
input,
|
||||||
|
select {
|
||||||
background-color: var(--frame-bg);
|
background-color: var(--frame-bg);
|
||||||
border-color: var(--border);
|
border-color: var(--border);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue