Set delete target dim overlay color to black

This commit is contained in:
2026-05-28 08:58:18 +02:00
parent d87ac8edbd
commit ccf215accb
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -11,6 +11,7 @@
--color-light-grey: #E2E5E9;
--color-medium-grey: #CDCFD4;
--color-dark-grey: #7B879D;
--color-black: #000000;
--color-white: #FFFFFF;
--color-process-inactive: #FFAE79;
--color-signal-green: #009101;
@@ -198,6 +199,7 @@
--text-align-text-layout-column-center: center;
--text-align-text-layout-column-right: right;
--surface-delete-confirmation-overlay: var(--color-light-grey);
--surface-delete-confirmation-target-dim-overlay: var(--color-black);
--text-delete-confirmation-overlay: var(--color-font-dark);
--layout-delete-confirmation-target-max-width: 35rem;
--layout-delete-confirmation-overlay-width-factor: 0.8;
+1 -1
View File
@@ -20,7 +20,7 @@
content: "";
position: absolute;
inset: 0;
background: var(--color-dark-grey);
background: var(--surface-delete-confirmation-target-dim-overlay);
opacity: var(--layout-delete-confirmation-target-dim-opacity);
pointer-events: none;
}