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
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 New Issue
Block a user