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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-14 19:06:04 +0300
committerJulius Härtl <jus@bitgrid.net>2020-01-15 11:49:14 +0300
commitcf4f1ae98a807fe20197cbd459596b37047ef57d (patch)
treedc879045c5c555ddcff036653f6aebc270ba62b8 /src/components/SessionList.vue
parent59a3b9befb34ec2ec75161167db298da7329c571 (diff)
Do not apply filter on popovermenu avatars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/components/SessionList.vue')
-rw-r--r--src/components/SessionList.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/SessionList.vue b/src/components/SessionList.vue
index 0dba36aa3..d78e1849f 100644
--- a/src/components/SessionList.vue
+++ b/src/components/SessionList.vue
@@ -140,6 +140,7 @@ export default {
height: 32px !important;
margin: 6px;
border-radius: 50%;
+ filter: none !important;
}
}
}