1
0
Fork 0

Fix peertube select weight

This commit is contained in:
Chocobozzz 2022-06-10 09:50:00 +02:00
parent 9a872b03dd
commit 4c0b4a08fe
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 2 deletions

View File

@ -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;