Merge pull request #7065 from nextcloud/bugfix/7057/call-button-error-style

7057: fixed success, error message style for call button
This commit is contained in:
Marco 2022-03-28 11:08:45 +02:00 коммит произвёл GitHub
Родитель 19de43192d 11b060a248
Коммит 41262c06ab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -323,11 +323,6 @@ export default {
#call_button {
margin: 0 auto;
}
/** Required to make the text on the Video Verification page white */
#call_button.success,
#call_button.error {
color: white !important;
}
/* HACK: to override the default action button styles to make it look like a regular button */
::v-deep .trigger > button {