]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
Fix peertube select weight
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index 8de23e64d94a1a42161bd37f3024d6a74d945a28..a0bdfb3dcc1df8e478380d726e2e44b83ff0fac8 100644 (file)
 
     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;