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>2020-05-26 15:51:12 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-26 15:51:12 +0300
commit3b13db8a52ff2e807093049146c5d5b0b7fb6b4b (patch)
tree293dbcd249106bc698b7216a35e77f3a1564bfd6 /css
parent375360ec543c945bfab9157990017ee5292a5a49 (diff)
… menu icon in app navigation is white when in a call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 8008453d4..563898b08 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -45,7 +45,7 @@
&.in-call {
.app-navigation-toggle,
- .action-item__menutoggle {
+ .app-content .action-item__menutoggle {
color: #ffffff;
filter: drop-shadow(1px 1px 4px var(--color-box-shadow));
}