From 2bfd60cd921626c42226daedd8e72733ae7fcd45 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Mon, 14 Oct 2019 17:28:07 +0300 Subject: [PATCH] last notification border removed --- .../NotificationsList/Notification/styles.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/NavBar/NotificationsMenu/NotificationsList/Notification/styles.less b/src/common/NavBar/NotificationsMenu/NotificationsList/Notification/styles.less index 7aea06890..5917669cb 100644 --- a/src/common/NavBar/NotificationsMenu/NotificationsList/Notification/styles.less +++ b/src/common/NavBar/NotificationsMenu/NotificationsList/Notification/styles.less @@ -7,7 +7,6 @@ display: flex; flex-direction: row; padding: 1rem; - border-bottom: thin solid var(--color-surfacelight); background-color: var(--color-surfacelighter); &:hover, &:focus { @@ -58,7 +57,6 @@ object-position: center; } } - } .logo-image-container { @@ -135,4 +133,8 @@ } } } + + &:not(:last-child) { + border-bottom: thin solid var(--color-surfacelight); + } } \ No newline at end of file