mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
#6372: Remove focus ring effect from navigation menu headers
This commit is contained in:
parent
8473820f0c
commit
a4add7de67
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
2
netbox/project-static/dist/netbox.css.map
vendored
2
netbox/project-static/dist/netbox.css.map
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user