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