From 63a7118ef12facd25d2bc1ec828868432b78967c Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Wed, 21 Aug 2019 21:14:51 +0100 Subject: [PATCH] Bugfix for notification border colours - Fix bug which showed certain notifications with the wrong bottom border colour --- app/javascript/styles/fairy-floss/diff.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/styles/fairy-floss/diff.scss b/app/javascript/styles/fairy-floss/diff.scss index 7463796e2..2eb4d4edf 100644 --- a/app/javascript/styles/fairy-floss/diff.scss +++ b/app/javascript/styles/fairy-floss/diff.scss @@ -513,3 +513,7 @@ a.mention, .notification__message .fa { .landing .hero-widget__footer { background: $purple3; } + +.status.status-direct:not(.read), .account { + border-bottom: 1px solid lighten($purple2, 8%); +}