]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix black theme on some screens
authorChocobozzz <me@florianbigard.com>
Fri, 7 Jun 2019 09:44:43 +0000 (11:44 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 7 Jun 2019 09:44:43 +0000 (11:44 +0200)
client/src/app/menu/menu.component.scss
client/src/app/shared/buttons/action-dropdown.component.scss
client/src/app/shared/instance/instance-features-table.component.scss

index fa9a006af1ddc1ba01f269fb3c6f314eb57acea1..06baa52d371d3e6d5ac246a506702413ac951934 100644 (file)
@@ -75,22 +75,22 @@ menu {
     .logged-in-more {
       margin-right: 20px;
 
-      my-global-icon {
-        @include apply-svg-color(var(--mainBackgroundColor));
-
+      my-global-icon.dropdown-toggle {
         cursor: pointer;
 
         &::after {
           border: none;
         }
+
+        /deep/ {
+          @include apply-svg-color(var(--menuForegroundColor));
+        }
       }
 
       .dropdown-item {
         @include dropdown-with-icon-item;
 
         my-global-icon {
-          @include apply-svg-color(var(--mainForegroundColor));
-
           width: 22px;
           height: 22px;
 
index 5073190b0bd36c1c12360879916728eb458305d2..7c2b0db71b2c53365a67b6a5b8a3e9dec771db36 100644 (file)
 
   .more-icon {
     width: 21px;
+
+    /deep/ {
+      @include apply-svg-color(var(--mainForegroundColor));
+    }
   }
 
   &.small {
index 90fbb5c94eb6c149aff2dbf2a607ef97dd771203..f9bec038de861f8f1aa3cc7c209dfac71b1633ba 100644 (file)
@@ -3,6 +3,7 @@
 
 table {
   font-size: 14px;
+  color: var(--mainForegroundColor);
 
   .label {
     font-weight: $font-semibold;
@@ -16,4 +17,4 @@ table {
   .glyphicon-remove {
     color: $red;
   }
-}
\ No newline at end of file
+}