Fix viewed status icon in left pane
This commit is contained in:
parent
b330b5cbb6
commit
ed518d0e82
1 changed files with 2 additions and 1 deletions
|
@ -6031,7 +6031,8 @@ button.module-image__border-overlay:focus {
|
|||
width: 18px;
|
||||
}
|
||||
|
||||
&--read {
|
||||
&--read,
|
||||
&--viewed {
|
||||
@include normal-status-icon('../images/read.svg');
|
||||
width: 18px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue