Clean up redundant styling (merge error)

This commit is contained in:
Jeremy Stretch 2024-07-16 15:31:20 -04:00
parent 0703fd0531
commit 7a2a78988d
2 changed files with 0 additions and 44 deletions

Binary file not shown.

View File

@ -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;
}
}