Skip to content

Commit a585be6

Browse files
fix: fixed border issue of active nav (#565)
1 parent f0c9cf6 commit a585be6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Notifications/notification.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@
162162
height: 10px;
163163
width: 10px;
164164
}
165+
166+
.nav-tabs .nav-link {
167+
&:focus {
168+
&::before {
169+
border: none !important;
170+
}
171+
}
172+
}
165173
}
166174

167175
.notification-feedback-widget {

0 commit comments

Comments
 (0)