Don't set tag selector background on Windows/Linux
Fixes dark mode on Linux
This commit is contained in:
parent
a57d38aa29
commit
8337b7ec16
2 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue