Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-12-20 16:02:06 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-20 16:02:06 +0300
commitd332bcc161504f5492b8ee37454384be049d56b4 (patch)
treebc67cb409480b945a00bc9c465adad8fb0dbd66f /css
parentaa4656b168050d5409ae26da9b392d21f517a0a7 (diff)
Fix broken scss file breaking the icon-reply
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss11
1 files changed, 6 insertions, 5 deletions
diff --git a/css/icons.scss b/css/icons.scss
index b32e23f27..bff8af3fc 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -28,7 +28,7 @@
.icon-changelog {
background-image: url('../img/changelog.svg');
}
-
+
.forced-white {
&.icon-menu-people {
background-image: url(icon-color-path('menu-people', 'spreed', 'fff', 1));
@@ -52,8 +52,9 @@
background-image: url(icon-color-path('screen-off', 'actions', 'fff', 1, true));
}
}
-}
-
-/* Show favorite icon in yellow instead of default black. */
-@include icon-color('star-dark', 'actions', 'FC0', 1, true);
+ .icon-favorite {
+ /* Show favorite icon in yellow instead of default black. */
+ @include icon-color('star-dark', 'actions', 'FC0', 1, true);
+ }
+}