Don't set tag selector background on Windows/Linux

Fixes dark mode on Linux
This commit is contained in:
Dan Stillman 2019-04-11 16:44:46 -04:00
parent a57d38aa29
commit 8337b7ec16
2 changed files with 4 additions and 1 deletions

View file

@ -28,7 +28,6 @@
display: flex; display: flex;
overflow: hidden; overflow: hidden;
height: 100px; height: 100px;
background-color: $tag-selector-bg;
} }
.tag-selector-list-container > div { .tag-selector-list-container > div {

View file

@ -2,6 +2,10 @@
// Tag selector // Tag selector
// -------------------------------------------------- // --------------------------------------------------
.tag-selector-list-container {
background-color: $tag-selector-bg;
}
.tag-selector-filter-container { .tag-selector-filter-container {
padding: 0.25em 0 0.25em 0.5em; padding: 0.25em 0 0.25em 0.5em;
border-top: 1px solid $shade-3; border-top: 1px solid $shade-3;