summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-08-30 17:35:40 +0200
committerGitHub <noreply@github.com>2018-08-30 17:35:40 +0200
commit25857c49008df3bbb799522c8c70b876ee396495 (patch)
treee61ecc7e4d7e932f8368094cee65d8de61deb7ab /apps/theming/css
parentcdc4eee27826650c22e84552ecc449e2aa3c0ab1 (diff)
parenta791bdb3abed1fe2ab1e705ede04fdb644e2d98b (diff)
downloadnextcloud-server-25857c49008df3bbb799522c8c70b876ee396495.tar.gz
nextcloud-server-25857c49008df3bbb799522c8c70b876ee396495.zip
Merge pull request #10924 from nextcloud/bugfix/10901/theming-bugfix-primary
Fix SCSS variable management with the theming app
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/theming.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 9e55680470c..4a5b0e1aa27 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -71,6 +71,11 @@
@include icon-color('checkbox-mark', 'actions', $color-white, 1, true);
}
}
+ #body-user {
+ .primary {
+ border: 1px solid transparent;
+ }
+ }
} @else {
#appmenu:not(.inverted) svg {
filter: none;