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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-01-10 18:59:25 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2021-02-12 13:36:53 +0300
commit77624ffe391764d0e8664a480ad077f4ed8e0121 (patch)
tree95db8d92fc7b3f2ccf337164931765a543caba7b
parenta32abd6f093dd3bbf3c1463252245702307383aa (diff)
Use normal color border instead of dark
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index cf0b5bb04..b74c2db5e 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -461,7 +461,7 @@ export default {
.new-conversation {
display: flex;
padding: 8px;
- border-bottom: 1px solid var(--color-border-dark);
+ border-bottom: 1px solid var(--color-border);
}
// Override vue overflow rules for <ul> elements within app-navigation