mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +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, #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%)
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user