Browse Source
Merge pull request #4081 from nextcloud/bugfix/noid/bright-primary-scroll-to-bottom-fix
Fix button color with bright primary color
pull/4064/head
Joas Schilling
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
src/components/MessagesList/MessagesList.vue
-
src/components/TopBar/CallButton.vue
|
|
@ -57,8 +57,7 @@ get the messagesList array and loop through the list to generate the messages. |
|
|
|
class="scroll-to-bottom" |
|
|
|
@click="scrollToBottom"> |
|
|
|
<ChevronDown decorative |
|
|
|
:size="24" |
|
|
|
fill-color="#fff" /> |
|
|
|
:size="24" /> |
|
|
|
</button> |
|
|
|
</transition> |
|
|
|
</div> |
|
|
@ -620,6 +619,7 @@ export default { |
|
|
|
height: 44px; |
|
|
|
|
|
|
|
background-color: var(--color-primary-element); |
|
|
|
color: var(--color-primary-text); |
|
|
|
bottom: 76px; |
|
|
|
right: 24px; |
|
|
|
z-index: 2; |
|
|
|
|
|
@ -211,7 +211,7 @@ export default { |
|
|
|
// Remove selected participant |
|
|
|
this.$store.dispatch('selectedVideoPeerId', null) |
|
|
|
this.loading = true |
|
|
|
// Open navigarion |
|
|
|
// Open navigation |
|
|
|
emit('toggle-navigation', { |
|
|
|
open: true, |
|
|
|
}) |
|
|
|