fix broken night mode styling

#1172 removed the select styling, but EnumSelector has not been updated
yet
This commit is contained in:
Damien Elmes 2021-05-19 19:48:31 +10:00
parent df38788e07
commit 6547af529a

View File

@ -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);