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
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-25 11:35:32 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-25 11:35:32 +0300
commit515cfe8c8fbb68e711f002cf487501861775b95a (patch)
treeb3bc40d2dc58394a555d7b5ec1c2313ad95d03be /src
parentf32ed3f400dde35b1e64ea46da275aa433724d06 (diff)
Make the "Scroll to bottom" button non-primary
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/MessagesList/MessagesList.vue8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/MessagesList/MessagesList.vue b/src/components/MessagesList/MessagesList.vue
index f39a71bd2..95bfbff08 100644
--- a/src/components/MessagesList/MessagesList.vue
+++ b/src/components/MessagesList/MessagesList.vue
@@ -634,19 +634,11 @@ export default {
width: 44px;
height: 44px;
- background-color: var(--color-primary-element);
- color: var(--color-primary-text);
bottom: 76px;
right: 24px;
z-index: 2;
padding: 0;
margin: 0;
- &:hover,
- &:focus {
- background-color: var(--color-primary-element-light);
- opacity: 1 !important;
- border: none;
- }
}
</style>