mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 04:56:29 -06:00
#6372: Fix sidenav active item shadow
This commit is contained in:
parent
a2158af385
commit
29e41e8e2b
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
|||||||
--nbx-sidebar-link-color: #{$gray-800};
|
--nbx-sidebar-link-color: #{$gray-800};
|
||||||
--nbx-sidebar-link-hover-bg: #{$blue-100};
|
--nbx-sidebar-link-hover-bg: #{$blue-100};
|
||||||
--nbx-sidebar-title-color: #{$text-muted};
|
--nbx-sidebar-title-color: #{$text-muted};
|
||||||
--nbx-sidebar-shadow: inset 0px -25px 20px -25px rgba(#{$black}, 0.25);
|
--nbx-sidebar-shadow: inset 0px -25px 20px -25px rgba(0, 0, 0, 0.25);
|
||||||
--nbx-breadcrumb-bg: #{$light};
|
--nbx-breadcrumb-bg: #{$light};
|
||||||
--nbx-body-bg: #{$white};
|
--nbx-body-bg: #{$white};
|
||||||
--nbx-body-color: #{$gray-800};
|
--nbx-body-color: #{$gray-800};
|
||||||
@ -27,7 +27,7 @@
|
|||||||
--nbx-sidebar-link-color: #{$gray-200};
|
--nbx-sidebar-link-color: #{$gray-200};
|
||||||
--nbx-sidebar-link-hover-bg: #{rgba($blue-300, 0.15)};
|
--nbx-sidebar-link-hover-bg: #{rgba($blue-300, 0.15)};
|
||||||
--nbx-sidebar-title-color: #{$gray-600};
|
--nbx-sidebar-title-color: #{$gray-600};
|
||||||
--nbx-sidebar-shadow: inset 0px -25px 20px -25px rgba(#{$white}, 0.05);
|
--nbx-sidebar-shadow: inset 0px -25px 20px -25px rgba(255, 255, 255, 0.05);
|
||||||
--nbx-breadcrumb-bg: #{$gray-800};
|
--nbx-breadcrumb-bg: #{$gray-800};
|
||||||
--nbx-body-bg: #1b1f22;
|
--nbx-body-bg: #1b1f22;
|
||||||
--nbx-body-color: #{$gray-100};
|
--nbx-body-color: #{$gray-100};
|
||||||
|
Loading…
Reference in New Issue
Block a user