Fix peertube select weight
This commit is contained in:
parent
9a872b03dd
commit
4c0b4a08fe
|
@ -415,14 +415,17 @@
|
||||||
|
|
||||||
option {
|
option {
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
||||||
|
&[value=undefined] {
|
||||||
|
font-weight: $font-semibold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.peertube-select-button {
|
&.peertube-select-button {
|
||||||
@include grey-button;
|
@include grey-button;
|
||||||
|
|
||||||
select,
|
select {
|
||||||
option {
|
|
||||||
font-weight: $font-semibold;
|
font-weight: $font-semibold;
|
||||||
color: pvar(--greyForegroundColor);
|
color: pvar(--greyForegroundColor);
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue