Skip to content

Commit 96f561d

Browse files
committed
Fix CSS for V13 Light mode
1 parent d5e4452 commit 96f561d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/styles/_language-selector.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
margin-left: 6px;
1919
}
2020
span.select2-selection {
21-
background: rgba(255, 255, 245, 0.8);
21+
background: rgba(255, 255, 255, 0.85);
2222
height: 24px;
2323
border: 1px solid var(--color-border-light-tertiary);
2424
border-radius: 3px;

src/styles/polyglot.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@
1919
@import "language-selector";
2020
@import "system-specific";
2121
}
22+
23+
.polyglot-language {
24+
.select2-results__option {
25+
color: fieldtext;
26+
}
27+
}

0 commit comments

Comments
 (0)