summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-08-19 21:50:40 +0200
committerJulien Veyssier <eneiluj@posteo.net>2020-08-20 12:27:57 +0200
commit8a3016565f55c123a8259c6a982cc9425b5036b8 (patch)
treedba45cb1a9ec154d5b1823f13b07006dabe1f0a6 /apps/dashboard/css
parent077e2fec74d19bec23af6e95c082d3802a0c0a91 (diff)
downloadnextcloud-server-8a3016565f55c123a8259c6a982cc9425b5036b8.tar.gz
nextcloud-server-8a3016565f55c123a8259c6a982cc9425b5036b8.zip
Small fixes to cleanup code
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/dashboard/css')
-rw-r--r--apps/dashboard/css/dashboard.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dashboard/css/dashboard.scss b/apps/dashboard/css/dashboard.scss
index 9edf00a2420..b79b52eae13 100644
--- a/apps/dashboard/css/dashboard.scss
+++ b/apps/dashboard/css/dashboard.scss
@@ -20,7 +20,7 @@
$has-custom-logo: variable_exists('theming-logo-mime') and $theming-logo-mime != '';
-body.dashboard-inverted:not(.dashboard-dark) {
+body.dashboard--inverted:not(.dashboard--dark) {
// Do not invert the default logo
@if ($has-custom-logo == false) {
$image-logo: url(icon-color-path('logo', 'logo', #ffffff, 1, true));
@@ -45,7 +45,7 @@ body.dashboard-inverted:not(.dashboard-dark) {
}
}
-body.dashboard-dark:not(.dashboard-inverted) {
+body.dashboard--dark:not(.dashboard--inverted) {
// invert the default logo
@if ($has-custom-logo == false) {
$image-logo: url(icon-color-path('logo', 'logo', #000000, 1, true));