CSS: Fix border color issue for stream list in profile modal.

This was missed in e10a315efd.
This commit is contained in:
m-e-l-u-h-a-n
2021-06-25 17:06:41 +05:30
committed by Tim Abbott
parent f0141ee9c1
commit 8070f5e1e2

View File

@@ -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);
}