aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_mixins.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 8de23e64d..a0bdfb3dc 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -415,14 +415,17 @@
415 415
416 option { 416 option {
417 color: #000; 417 color: #000;
418
419 &[value=undefined] {
420 font-weight: $font-semibold;
421 }
418 } 422 }
419 } 423 }
420 424
421 &.peertube-select-button { 425 &.peertube-select-button {
422 @include grey-button; 426 @include grey-button;
423 427
424 select, 428 select {
425 option {
426 font-weight: $font-semibold; 429 font-weight: $font-semibold;
427 color: pvar(--greyForegroundColor); 430 color: pvar(--greyForegroundColor);
428 border: 0; 431 border: 0;