mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
dark_theme: Clean up user profile modal field name related colors.
This commit is contained in:
@@ -1434,6 +1434,13 @@
|
||||
hsl(0deg 0% 80%),
|
||||
hsl(0deg 0% 0% / 60%)
|
||||
);
|
||||
|
||||
/* User Profile Modal */
|
||||
--color-user-profile-field-name: light-dark(
|
||||
hsl(0deg 0% 20%),
|
||||
hsl(236deg 33% 90%)
|
||||
);
|
||||
|
||||
/* Link colors */
|
||||
--color-text-link: light-dark(hsl(210deg 94% 42%), hsl(200deg 100% 50%));
|
||||
--color-text-link-decoration: light-dark(
|
||||
|
||||
@@ -359,22 +359,6 @@
|
||||
}
|
||||
|
||||
#user-profile-modal {
|
||||
#default-section {
|
||||
.default-field {
|
||||
.name {
|
||||
color: hsl(236deg 33% 90%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#content {
|
||||
.field-section {
|
||||
.name {
|
||||
color: hsl(236deg 33% 90%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.subscription-group-list,
|
||||
.subscription-stream-list,
|
||||
.subscription-stream-list .user-stream-list tr,
|
||||
|
||||
@@ -435,7 +435,7 @@ ul.popover-group-menu-member-list {
|
||||
}
|
||||
|
||||
.name {
|
||||
color: hsl(0deg 0% 20%);
|
||||
color: var(--color-user-profile-field-name);
|
||||
font-weight: 600;
|
||||
margin-right: 10px;
|
||||
overflow-wrap: break-word;
|
||||
@@ -512,11 +512,6 @@ ul.popover-group-menu-member-list {
|
||||
.field-section {
|
||||
margin-bottom: 10px;
|
||||
|
||||
.name {
|
||||
color: hsl(0deg 0% 20%);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
&[data-type="2"] .value {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user