mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
app_variables: Rename background color of pill containers.
Pill containers that do not use placeholders.
This commit is contained in:
@@ -772,7 +772,7 @@
|
||||
color-mix(in srgb, #c2c2c2 80%, 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% 0% / 20%)
|
||||
);
|
||||
|
||||
@@ -235,7 +235,9 @@
|
||||
#integration-url-filter-branches .pill-container {
|
||||
width: 100%;
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user