Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-07-14 20:40:01 +0300
committerCarl Schwan <carl@carlschwan.eu>2021-07-14 20:44:40 +0300
commit0b931b58b69354a1422bf6f34efa27aaffc71bc8 (patch)
treeaed2e8d7d696299e7545582470be371547796715 /core/css
parent9338be7fa1fa7af16b413988763230ab7114ea39 (diff)
Fix regression in file sidebar
See https://github.com/nextcloud/server/pull/27936 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 2b25824aff9..15742786b0e 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -278,7 +278,7 @@ kbd {
z-index: 100; /* above the bullet to allow click*/
/* TODO: forbid using img as icon in menu? */
- .svg {
+ &.svg {
padding: 0 12px 0 44px;
}
&:first-child img {