aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 09:50:00 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 09:50:00 +0200
commit4c0b4a08fe5afb083d30f87adfbd7ada18a86bb4 (patch)
tree261b8be60a174398a5fcdb27a63daacedb94d516 /client/src/sass/include
parent9a872b03ddd7e4dea4d5bf9c4f290c4e47aec36e (diff)
downloadPeerTube-4c0b4a08fe5afb083d30f87adfbd7ada18a86bb4.tar.gz
PeerTube-4c0b4a08fe5afb083d30f87adfbd7ada18a86bb4.tar.zst
PeerTube-4c0b4a08fe5afb083d30f87adfbd7ada18a86bb4.zip
Fix peertube select weight
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;