#6372: Remove focus ring effect from navigation menu headers

This commit is contained in:
checktheroads 2021-05-07 09:02:53 -07:00
parent 8473820f0c
commit a4add7de67
3 changed files with 6 additions and 1 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -288,6 +288,11 @@ nav.nav.nav-pills {
color: var(--nbx-sidebar-link-color);
}
div.accordion-item > a.accordion-button.nav-link:focus {
border-color: unset;
box-shadow: unset;
}
.accordion-body {
max-height: calc(100vh - 24rem);
overflow-y: auto;