Fix icon color on audio upload

pull/1830/head
Chocobozzz 2019-05-21 10:04:52 +02:00
parent 820d79c8ac
commit 618750486e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 0 deletions

View 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