Make the fullscreen icon not forced white anymore

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2020-05-08 19:50:05 +02:00
parent c513a04abf
commit d9871d37ff

View File

@ -54,9 +54,6 @@
&.icon-menu-people {
background-image: url(icon-color-path('menu-people', 'spreed', 'fff', 1));
}
&.icon-fullscreen {
background-image: url(icon-color-path('fullscreen', 'actions', 'fff', 1, true));
}
&.icon-promoted-view {
background-image: url(icon-color-path('promoted-view', 'spreed', 'fff', 1));
}