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:
Diffstat (limited to 'src/components/SessionList.vue')
-rw-r--r--src/components/SessionList.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/SessionList.vue b/src/components/SessionList.vue
index f34f86607..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;
}
}
}
@@ -154,13 +155,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;
}
}