diff options
-rw-r--r-- | client/src/app/shared/buttons/button.component.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
4 | .action-button { | 4 | .action-button { |
5 | @include peertube-button-link; | 5 | @include peertube-button-link; |
6 | @include button-with-icon(21px, 0, -2px); | 6 | @include button-with-icon(21px, 0, -2px); |
7 | |||
8 | // FIXME: Firefox does not apply global .orange-button icon color | ||
9 | &.orange-button { | ||
10 | @include apply-svg-color(#fff) | ||
11 | } | ||
7 | } | 12 | } |
8 | 13 | ||
9 | // In a table, try to minimize the space taken by this button | 14 | // In a table, try to minimize the space taken by this button |