Skip to content

Commit e12651f

Browse files
committed
More styling changes
1 parent e48b583 commit e12651f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/styles/_language-selector.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
&.polyglot-lang-select {
2+
margin: -6px 0;
23
.ts-wrapper {
34
&.disabled {
45
text-decoration: line-through;

src/styles/polyglot.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
color: var(--color-light-1);
2929
}
3030
.ts-dropdown {
31-
background: var(--color-cool-4);
31+
background: var(--color-cool-5);
3232
.optgroup-header {
3333
border-bottom: solid 1px;
3434
}
@@ -37,7 +37,7 @@
3737
color: var(--color-light-2);
3838
}
3939
.optgroup-header, .option {
40-
background: var(--color-cool-4);
40+
background: var(--color-cool-5);
4141
color: var(--color-light-1);
4242
}
4343
.ts-dropdown-content {
@@ -58,6 +58,9 @@
5858
border-bottom: solid 1px;
5959
}
6060
}
61+
.option.active {
62+
background: #e0eef7;
63+
}
6164
&.focus .ts-control, .ts-control:hover {
6265
background: rgba(255, 255, 255, 0.85);
6366
}

0 commit comments

Comments
 (0)