diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 96d758ad7..0a68db990 100644 Binary files a/netbox/project-static/dist/netbox.css and b/netbox/project-static/dist/netbox.css differ diff --git a/netbox/project-static/styles/transitional/_navigation.scss b/netbox/project-static/styles/transitional/_navigation.scss index 22cc2fbf9..2c2b83f60 100644 --- a/netbox/project-static/styles/transitional/_navigation.scss +++ b/netbox/project-static/styles/transitional/_navigation.scss @@ -102,11 +102,6 @@ } } -// Fixes bug where user loads page on dark mode, switches to light mode but filter is not removed -[data-bs-theme=dark] .navbar-brand-autodark .navbar-brand-image { - filter: none!important; -} - // Dark theme styling body[data-bs-theme=dark] .navbar-vertical.navbar-expand-lg { @@ -140,11 +135,6 @@ body[data-bs-theme=dark] .navbar-vertical.navbar-expand-lg { color: $bright-teal!important; } - // Override svg logo fill - .navbar-brand-autodark .navbar-brand-image { - filter: none!important; - } - // Navigation geometric graphic for non-community editions .netbox-motif { img { @@ -152,37 +142,3 @@ body[data-bs-theme=dark] .navbar-vertical.navbar-expand-lg { } } } - -// Dark theme styling -body[data-bs-theme=dark] .navbar-vertical.navbar-expand-lg { - - // Background Gradient - background: linear-gradient(180deg, rgba(0, 242, 212, 0.00) 0%, rgba(0, 242, 212, 0.10) 100%), #001423; - - // Border color for active dropdown list - .nav-item.dropdown.active:after { - border-color: $bright-teal!important; - } - - // Adjust hover color & style for menu items - .dropdown-item { - a { - color: white!important; - } - &.active { - background-color: $navbar-dark-active-bg!important; - a { - color: white!important; - } - } - &:hover { - background-color: $navbar-dark-active-bg!important; - } - .nav-link-title { - color: white!important; - } - } - .text-secondary { - color: $bright-teal!important; - } -}