diff --git a/src/Notifications/notification.scss b/src/Notifications/notification.scss index 0c98c3e4..b183c18d 100644 --- a/src/Notifications/notification.scss +++ b/src/Notifications/notification.scss @@ -162,6 +162,14 @@ height: 10px; width: 10px; } + + .nav-tabs .nav-link { + &:focus { + &::before { + border: none !important; + } + } + } } .notification-feedback-widget {