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
path: root/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-14 18:36:37 +0300
committerJulius Härtl <jus@bitgrid.net>2020-01-15 11:49:14 +0300
commit59a3b9befb34ec2ec75161167db298da7329c571 (patch)
tree8882f082b09aaee02417724f7064ed3caca71af3 /src
parentb1ad0c6f504debf5614049f84bd5ec1514da5282 (diff)
Do not overwrite avatar fallback color
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src')
-rw-r--r--src/components/SessionList.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/SessionList.vue b/src/components/SessionList.vue
index f34f86607..0dba36aa3 100644
--- a/src/components/SessionList.vue
+++ b/src/components/SessionList.vue
@@ -154,13 +154,11 @@ export default {
height: 36px;
margin-right: -8px;
border: 2px solid var(--color-main-background);
- background-color: var(--color-main-background) !important;
box-sizing: content-box !important;
&.icon-more {
width: 32px;
height: 32px;
opacity: .5;
- background-color: var(--color-background-dark) !important;
cursor: pointer;
}
}