From 618750486ee2732e0ad3525349e4d42f29e1803e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 May 2019 10:04:52 +0200 Subject: Fix icon color on audio upload --- client/src/app/shared/buttons/button.component.scss | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3