Always show x-toast in light mode colors if any dialog is shown; Remove redundant color specification

This commit is contained in:
schlagmichdoch 2023-11-29 18:36:38 +01:00
parent ae0cbec86e
commit 2346c97118
2 changed files with 75 additions and 43 deletions

View file

@ -531,7 +531,7 @@
<!-- Toast -->
<div class="toast-container full center">
<x-toast id="toast" shadow="1">
<span class="center"></span>
<span class="center text-center"></span>
<div class="icon-button" data-i18n-key="dialogs.close-toast" data-i18n-attrs="title">
<svg class="icon">
<use xlink:href="#close-icon"></use>