fix(next): toasts unreadable with background effects on

This commit is contained in:
Elian Doran 2025-09-28 10:30:12 +03:00
parent 56f970ab08
commit 2eaeccda05
No known key found for this signature in database

View File

@ -334,6 +334,7 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
#toast-container .toast .toast-header { #toast-container .toast .toast-header {
background: transparent !important; background: transparent !important;
border-bottom: none; border-bottom: none;
color: var(--toast-text-color) !important;
} }
#toast-container .toast .toast-header strong > * { #toast-container .toast .toast-header strong > * {
@ -353,12 +354,12 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
padding-top: 0; padding-top: 0;
color: var(--muted-text-color);
} }
#toast-container .toast:not(.no-title) .bx { #toast-container .toast:not(.no-title) .bx {
margin-right: 0.5em; margin-right: 0.5em;
font-size: 1.1em; font-size: 1.1em;
opacity: 0.85;
} }
#toast-container .toast.no-title .bx { #toast-container .toast.no-title .bx {