]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix icon color on audio upload
authorChocobozzz <me@florianbigard.com>
Tue, 21 May 2019 08:04:52 +0000 (10:04 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 21 May 2019 08:04:52 +0000 (10:04 +0200)
client/src/app/shared/buttons/button.component.scss

index 7ec77f4c956374f44ef7f1ee353cc05dba740e96..99d7f51c1b5bd2e7e45d852f4f282fd2015ab038 100644 (file)
@@ -4,6 +4,11 @@
 .action-button {
   @include peertube-button-link;
   @include button-with-icon(21px, 0, -2px);
+
+  // FIXME: Firefox does not apply global .orange-button icon color
+  &.orange-button {
+    @include apply-svg-color(#fff)
+  }
 }
 
 // In a table, try to minimize the space taken by this button