mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
CSS: Fix border color issue for stream list in profile modal.
This was missed in e10a315efd.
This commit is contained in:
committed by
Tim Abbott
parent
f0141ee9c1
commit
8070f5e1e2
@@ -933,7 +933,8 @@ on a dark background, and don't change the dark labels dark either. */
|
||||
}
|
||||
|
||||
.subscription-group-list,
|
||||
.subscription-group-list .user-stream-list tr,
|
||||
.subscription-stream-list,
|
||||
.subscription-stream-list .user-stream-list tr,
|
||||
.subscription-group-list .user-group-list tr {
|
||||
border-color: hsla(0, 0%, 0%, 0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user