mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
#6372: Remove focus ring effect from navigation menu headers
This commit is contained in:
parent
61ad483cb8
commit
c5bc7a16e4
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);
|
color: var(--nbx-sidebar-link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.accordion-item > a.accordion-button.nav-link:focus {
|
||||||
|
border-color: unset;
|
||||||
|
box-shadow: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.accordion-body {
|
.accordion-body {
|
||||||
max-height: calc(100vh - 24rem);
|
max-height: calc(100vh - 24rem);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user