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