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-02-02 17:57:45 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2021-02-02 17:57:45 +0300
commit93392511c71c708726730c3b47f8ef68a01f6386 (patch)
treed67da39ee34bf87fd7a88fb1b7c9b4e63aa8cbaf
parent54fa5b2ad936b974405165911d40c66a68f1931e (diff)
Fix forced active action looks
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
-rw-r--r--src/components/LeftSidebar/ConversationsList/Conversation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/ConversationsList/Conversation.vue b/src/components/LeftSidebar/ConversationsList/Conversation.vue
index 390d17527..a2f413946 100644
--- a/src/components/LeftSidebar/ConversationsList/Conversation.vue
+++ b/src/components/LeftSidebar/ConversationsList/Conversation.vue
@@ -415,6 +415,6 @@ export default {
}
.forced-active {
- box-shadow: inset 4px 0 var(--color-primary-element);
+ background-color: var(--color-primary-light) !important //Overrides gray hover feedback;
}
</style>