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
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-05-26 16:24:17 +0300
commit0fb97fe0f44f9821574a27c038b877a48ed4326e (patch)
treec4561f826e312b9414397dd64c308ea221f52d0a /css
parent37b07130ac25563d095ffd3a80faf8e7cabedec7 (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));
}