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
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-04 12:19:45 +0300
committerJulius Härtl <jus@bitgrid.net>2018-07-19 09:16:58 +0300
commita24cad1a1cdce76ae77af889181f20f6eb38b0c9 (patch)
tree56f14f822c22129241c1a3d26926eadbb378d51f /apps/systemtags
parent9e5885963c5dc09c20183732f0f94ca01598530e (diff)
Fix accessibility invert
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/systemtags')
-rw-r--r--apps/systemtags/css/systemtagsfilelist.scss (renamed from apps/systemtags/css/systemtagsfilelist.css)2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/css/systemtagsfilelist.css b/apps/systemtags/css/systemtagsfilelist.scss
index ad711f74733..3c188e76449 100644
--- a/apps/systemtags/css/systemtagsfilelist.css
+++ b/apps/systemtags/css/systemtagsfilelist.scss
@@ -13,7 +13,7 @@
}
.nav-icon-systemtagsfilter {
- background-image: url('../img/tag.svg');
+ @include icon-color('tag', 'systemtags', $color-black);
}
#app-sidebar .mainFileInfoView .tag-label {