app_variables: Rename background color of pill containers.

Pill containers that do not use placeholders.
This commit is contained in:
Niloth P
2025-03-06 23:23:01 +05:30
committed by Tim Abbott
parent dafef91c8c
commit 2b7961f30f
2 changed files with 4 additions and 2 deletions

View File

@@ -772,7 +772,7 @@
color-mix(in srgb, #c2c2c2 80%, transparent), color-mix(in srgb, #c2c2c2 80%, transparent),
color-mix(in srgb, #fff 5%, transparent) color-mix(in srgb, #fff 5%, transparent)
); );
--color-background-invitee-emails-pill-container: light-dark( --color-background-pill-container-without-placeholder: light-dark(
hsl(0deg 0% 100%), hsl(0deg 0% 100%),
hsl(0deg 0% 0% / 20%) hsl(0deg 0% 0% / 20%)
); );

View File

@@ -235,7 +235,9 @@
#integration-url-filter-branches .pill-container { #integration-url-filter-branches .pill-container {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
background-color: var(--color-background-invitee-emails-pill-container); background-color: var(
--color-background-pill-container-without-placeholder
);
} }
.add_subscribers_container .pill-container, .add_subscribers_container .pill-container,