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>2021-11-17 11:17:05 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-17 11:17:05 +0300
commit43936651d26ed558a418de7b677007f56ab6fddf (patch)
tree0bf8038cf51689499789e37069356d8ed8817036 /css
parent6fa485364c1fd3b9096ff20d1e7e0bba6607ae75 (diff)
Fix "Close sidebar" button
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 b300730d2..6c9780045 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -126,6 +126,6 @@
.app-files {
// Needed to use white color also in dark mode.
.app-sidebar__close.forced-white {
- background-image: url(icon-color-path('close', 'actions', 'fff', 1, true));
+ color: #ffffff;
}
}