mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 03:56:53 -06:00
Tweak sidebar colors & remove hover delay
This commit is contained in:
parent
9152ba72f1
commit
d5443adc74
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-print.css
vendored
BIN
netbox/project-static/dist/netbox-print.css
vendored
Binary file not shown.
@ -223,11 +223,6 @@
|
|||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
color: var(--nbx-sidenav-parent-color);
|
color: var(--nbx-sidenav-parent-color);
|
||||||
|
|
||||||
&.active {
|
|
||||||
color: $accordion-button-active-color;
|
|
||||||
background: $accordion-button-active-bg;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
@ -284,7 +279,7 @@
|
|||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
color: var(--nbx-sidenav-link-color);
|
color: var(--nbx-sidenav-link-color);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
transition: $transition-100ms-ease-in-out;
|
transition-duration: 0ms;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: var(--nbx-sidebar-link-active-bg);
|
background-color: var(--nbx-sidebar-link-active-bg);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
--nbx-sidebar-bg: #{$gray-200};
|
--nbx-sidebar-bg: #{$gray-200};
|
||||||
--nbx-sidebar-scroll: #{$gray-500};
|
--nbx-sidebar-scroll: #{$gray-500};
|
||||||
--nbx-sidebar-link-hover-bg: #{rgba($gray-600, 0.15)};
|
--nbx-sidebar-link-hover-bg: #{rgba($gray-600, 0.15)};
|
||||||
--nbx-sidebar-link-active-bg: #{$blue-100};
|
--nbx-sidebar-link-active-bg: #9cc8f8;
|
||||||
--nbx-sidebar-title-color: #{$text-muted};
|
--nbx-sidebar-title-color: #{$text-muted};
|
||||||
--nbx-sidebar-shadow: inset 0px -25px 20px -25px rgba(0, 0, 0, 0.25);
|
--nbx-sidebar-shadow: inset 0px -25px 20px -25px rgba(0, 0, 0, 0.25);
|
||||||
--nbx-breadcrumb-bg: #{$light};
|
--nbx-breadcrumb-bg: #{$light};
|
||||||
|
Loading…
Reference in New Issue
Block a user