mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
dark_theme: Clean up manage user profile footer border color.
Fixes part of #35880.
This commit is contained in:
@@ -1444,6 +1444,10 @@
|
|||||||
hsl(0deg 0% 87%),
|
hsl(0deg 0% 87%),
|
||||||
hsl(0deg 0% 0% / 40%)
|
hsl(0deg 0% 0% / 40%)
|
||||||
);
|
);
|
||||||
|
--color-border-manage-profile-footer: light-dark(
|
||||||
|
hsl(0deg 0% 87%),
|
||||||
|
hsl(0deg 0% 100% / 20%)
|
||||||
|
);
|
||||||
|
|
||||||
/* Link colors */
|
/* Link colors */
|
||||||
--color-text-link: light-dark(hsl(210deg 94% 42%), hsl(200deg 100% 50%));
|
--color-text-link: light-dark(hsl(210deg 94% 42%), hsl(200deg 100% 50%));
|
||||||
|
|||||||
@@ -358,14 +358,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#user-profile-modal {
|
|
||||||
.manage-profile-tab-footer {
|
|
||||||
&.modal__footer_wrapper {
|
|
||||||
border-top: 1px solid hsl(0deg 0% 100% / 20%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-messages-logo {
|
.top-messages-logo {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -673,7 +673,7 @@ ul.popover-group-menu-member-list {
|
|||||||
height: 0;
|
height: 0;
|
||||||
|
|
||||||
&.modal__footer_wrapper {
|
&.modal__footer_wrapper {
|
||||||
border-top: 1px solid hsl(0deg 0% 87%);
|
border-top: 1px solid var(--color-border-manage-profile-footer);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user