Bugfix for notification border colours
- Fix bug which showed certain notifications with the wrong bottom border colour
This commit is contained in:
parent
926d05eb59
commit
63a7118ef1
@ -513,3 +513,7 @@ a.mention, .notification__message .fa {
|
|||||||
.landing .hero-widget__footer {
|
.landing .hero-widget__footer {
|
||||||
background: $purple3;
|
background: $purple3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status.status-direct:not(.read), .account {
|
||||||
|
border-bottom: 1px solid lighten($purple2, 8%);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user