**1) **The bell icon for Alerts stays in unseen state
From
```
.mw-echo-ui-notificationBadgeButtonPopupWidget-alert.oo-ui-flaggedElement-unseen > .oo-ui-buttonElement-button {
background-color: #D11813;
```
{F2538118}
After clicking on Alerts with red&unseen(inverted) icon - there'll still be the unseen img but displayed on a grey background:
{F2538124}
```
.mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-buttonElement-button {
border-radius: 0.2em;
background-color: #d2d2d2;
```
Only after refreshing the page the unseen image changes:
{F2538126}
**2)** The upper horizontal line is not present anymore
{F2538131}
mediawiki
{F2538134}
**3)** The small cross icon to mark a message as Read is placed too closely to the right edge. Look at the previous screenshot.
However, if click in the box, or hover - the cross icons moved away from the edge:
{F2538137}