diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-21 10:04:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-21 10:04:52 +0200 |
commit | 618750486ee2732e0ad3525349e4d42f29e1803e (patch) | |
tree | 12a8204c9be419fb3223b6c0969e4ea024263f8b /client | |
parent | 820d79c8ac7ba144d9357320c49b85b980387d43 (diff) | |
download | PeerTube-618750486ee2732e0ad3525349e4d42f29e1803e.tar.gz PeerTube-618750486ee2732e0ad3525349e4d42f29e1803e.tar.zst PeerTube-618750486ee2732e0ad3525349e4d42f29e1803e.zip |
Fix icon color on audio upload
Diffstat (limited to 'client')
-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 |