Skip to content

Commit f81c54c

Browse files
committed
Update _language-selector.scss
1 parent 96dbdde commit f81c54c

File tree

1 file changed

+0
-54
lines changed

1 file changed

+0
-54
lines changed

src/styles/_language-selector.scss

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,4 @@
11
&.polyglot-lang-select {
2-
flex: 0 0 28px;
3-
input {
4-
margin-left: 0;
5-
flex: 0;
6-
}
7-
label {
8-
flex: 0;
9-
}
10-
select {
11-
height: 24px;
12-
margin-left: 6px;
13-
background: rgba(255, 255, 245, 0.8);
14-
}
15-
> span.select2-container {
16-
margin-left: 6px;
17-
}
18-
span.select2-selection {
19-
background: rgba(255, 255, 255, 0.85);
20-
height: 24px;
21-
border: 1px solid var(--color-border-light-tertiary);
22-
border-radius: 3px;
23-
}
24-
.select2 {
25-
&-container--default {
26-
.select2-selection--single {
27-
.select2-selection__rendered {
28-
max-height: 24px;
29-
line-height: 24px;
30-
color: $color_2;
31-
}
32-
.select2-selection__arrow {
33-
height: 22px;
34-
b {
35-
border-color: $border-color_1;
36-
}
37-
}
38-
}
39-
}
40-
&-dropdown.polyglot-language {
41-
background: rgb(255, 255, 245);
42-
}
43-
&-results__option {
44-
.tags {
45-
margin: 0;
46-
}
47-
.tags.paizo-style {
48-
padding: 0;
49-
max-width: fit-content;
50-
.tag {
51-
border: 0;
52-
}
53-
}
54-
}
55-
}
562
.ts-wrapper {
573
&.disabled {
584
text-decoration: line-through;

0 commit comments

Comments
 (0)