mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 14:56:24 -06:00
17374 correct background color in dark mode for active list item (#17792)
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -131,6 +131,11 @@ body[data-bs-theme=dark] {
|
|||||||
.toast {
|
.toast {
|
||||||
color: var(--#{$prefix}body-color);
|
color: var(--#{$prefix}body-color);
|
||||||
}
|
}
|
||||||
|
.table-primary {
|
||||||
|
--tblr-table-bg: rgba(var(--tblr-secondary-rgb), 0.48);
|
||||||
|
--tblr-table-hover-bg: inherit;
|
||||||
|
--tblr-table-hover-color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not apply padding to <code> elements inside a <pre>
|
// Do not apply padding to <code> elements inside a <pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user