Remove background in topbar buttons

Now that the buttons are not directly over the video,
there is no need for them to have a background.

Signed-off-by: marco <marcoambrosini@pm.me>
This commit is contained in:
marco 2021-11-11 14:39:30 +01:00 коммит произвёл Joas Schilling
Родитель aaf5750176
Коммит ba55d4aa66
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -68,7 +68,7 @@
<!-- sidebar toggle -->
<Actions
v-shortkey.once="['f']"
class="top-bar__button forced-background"
class="top-bar__button"
menu-align="right"
:aria-label="t('spreed', 'Conversation actions')"
:container="container"
@ -133,7 +133,7 @@
</ActionButton>
</Actions>
<Actions v-if="showOpenSidebarButton"
class="top-bar__button forced-background"
class="top-bar__button"
close-after-click="true"
:container="container">
<ActionButton
@ -491,10 +491,6 @@ export default {
top: 0;
left:0;
background-color: $color-call-background;
.forced-background {
background-color: rgba(0,0,0,0.1) !important;
border-radius: var(--border-radius-pill);
}
}
&__buttons {