mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Clean up redundant styling (merge error)
This commit is contained in:
parent
0703fd0531
commit
7a2a78988d
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user