summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-11-21 17:26:43 +0100
committerGitHub <noreply@github.com>2018-11-21 17:26:43 +0100
commit49fd15f47a1f3d2cef8d962f9a4350cf1cdc80bc (patch)
treea5f0ea0bfb442fd4be6c25ed075018faa091656e
parent1d7639bae13d158f39251e22a6b933f7e6772441 (diff)
parent957dc442ec778ed6fea4f7878779a701c9da8f19 (diff)
Merge pull request #1307 from nextcloud/bugfix/noid/missing-rightbar-menu-handle
Fix missing rightside bar menu handle
-rw-r--r--css/style.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/css/style.scss b/css/style.scss
index 2d7e62dc1..5d1e698a4 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -510,7 +510,7 @@ video {
}
&.icon-menu-people {
- background-image: var(--icon-menu-people-000);
+ background-image: var(--icon-spreed-menu-people-000);
}
&.icon-fullscreen {
background-image: var(--icon-fullscreen-000);
@@ -838,10 +838,7 @@ video {
}
@include icon-black-white('menu-people', 'spreed', 1);
-
-.icon-no-password {
- background-image: url('../img/no-password.svg?v=1');
-}
+@include icon-black-white('no-password', 'spreed', 1);
#app-sidebar .close {
position: absolute;