Skip to content

Commit

Permalink
fix: fixed border issue of active nav (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundasnoreen12 committed Apr 15, 2024
1 parent f0c9cf6 commit a585be6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Notifications/notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@
height: 10px;
width: 10px;
}

.nav-tabs .nav-link {
&:focus {
&::before {
border: none !important;
}
}
}
}

.notification-feedback-widget {
Expand Down

0 comments on commit a585be6

Please sign in to comment.