mirror of https://github.com/Chocobozzz/PeerTube
Fix icon color on audio upload
parent
820d79c8ac
commit
618750486e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue