mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
subscription css: Add new app variable for bottom border color.
This commit add a new css variable for subscription lists bottom border color. Fixes #30677.
This commit is contained in:
@@ -452,6 +452,7 @@
|
||||
/* Settings table colors */
|
||||
--color-border-table-striped: hsl(0deg 0% 87%);
|
||||
--color-border-table-bordered: hsl(0deg 0% 87%);
|
||||
--color-border-table-subscriber-list: hsl(0deg 0% 87%);
|
||||
|
||||
/* Markdown code colors */
|
||||
--color-markdown-code-text: hsl(0deg 0% 0%);
|
||||
@@ -835,6 +836,7 @@
|
||||
--color-border-table-striped: hsl(0deg 0% 0% / 20%);
|
||||
--color-border-table-bordered: hsl(0deg 0% 0% / 20%);
|
||||
--color-background-notification-table-thead: hsl(0deg 0% 0% / 20%);
|
||||
--color-border-table-subscriber-list: hsl(0deg 0% 0% / 20%);
|
||||
|
||||
/* Markdown code colors */
|
||||
/* Note that Markdown code-link colors are identical
|
||||
|
||||
@@ -137,7 +137,7 @@ h4.user_group_setting_subsection_title {
|
||||
.member_list_container,
|
||||
.subscriber_list_container {
|
||||
position: relative;
|
||||
border-bottom: 1px solid hsl(0deg 0% 87%);
|
||||
border-bottom: 1px solid var(--color-border-table-subscriber-list);
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
max-height: var(--stream-subscriber-list-max-height);
|
||||
|
||||
Reference in New Issue
Block a user