From: Chocobozzz Date: Tue, 21 May 2019 08:04:52 +0000 (+0200) Subject: Fix icon color on audio upload X-Git-Tag: v1.4.0-rc.1~233^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=618750486ee2732e0ad3525349e4d42f29e1803e;p=oweals%2Fpeertube.git Fix icon color on audio upload --- diff --git a/client/src/app/shared/buttons/button.component.scss b/client/src/app/shared/buttons/button.component.scss index 7ec77f4c9..99d7f51c1 100644 --- a/client/src/app/shared/buttons/button.component.scss +++ b/client/src/app/shared/buttons/button.component.scss @@ -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