Merge pull request #23217 from nextcloud/backport/23183/stable19

[stable19] Don't influence toastify errors and always use white
This commit is contained in:
Morris Jobke 2020-10-06 15:55:31 +02:00 committed by GitHub
commit 867e628f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -350,9 +350,9 @@ body {
}
}
.error {
.error:not(.toastify) {
a {
color: var(--color-primary-text) !important;
color: white !important;
font-weight: bold !important;
&.button {
color: var(--color-text-lighter) !important;