Change design of unread conversations in web UI (#31763)
This commit is contained in:
@@ -8522,22 +8522,6 @@ noscript {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
&--unread {
|
||||
background: lighten($ui-base-color, 2%);
|
||||
|
||||
&:focus {
|
||||
background: lighten($ui-base-color, 4%);
|
||||
}
|
||||
|
||||
.conversation__content__info {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.conversation__content__relative-time {
|
||||
color: $primary-text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.announcements {
|
||||
@@ -8732,7 +8716,8 @@ noscript {
|
||||
}
|
||||
|
||||
.notification,
|
||||
.status__wrapper {
|
||||
.status__wrapper,
|
||||
.conversation {
|
||||
position: relative;
|
||||
|
||||
&.unread {
|
||||
|
||||
Reference in New Issue
Block a user