Update marked unread conversation indicator
This commit is contained in:
parent
9a9c1c5879
commit
c4ddd3977d
1 changed files with 2 additions and 1 deletions
|
@ -4610,7 +4610,8 @@ button.module-image__border-overlay:focus {
|
|||
border-color: $color-gray-80;
|
||||
}
|
||||
|
||||
&--unread-messages {
|
||||
&--unread-messages,
|
||||
&--marked-unread {
|
||||
inset-inline-end: -(5px + $border-width);
|
||||
}
|
||||
&--unread-mentions {
|
||||
|
|
Loading…
Reference in a new issue