mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Remove unused styles
This commit is contained in:
parent
784b7ec504
commit
9d7147f6e9
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -49,24 +49,14 @@ td pre {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Use base text color for table header links
|
||||||
table th.orderable a {
|
table th.orderable a {
|
||||||
color: var(--#{$prefix}body-color);
|
color: var(--#{$prefix}body-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-bs-theme=dark] {
|
body[data-bs-theme=dark] {
|
||||||
|
// Adjust table header background color
|
||||||
.table thead th, .markdown>table thead th {
|
.table thead th, .markdown>table thead th {
|
||||||
background: $rich-black!important;
|
background: $rich-black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adjust dark table link color without affecting buttons and badges
|
|
||||||
table {
|
|
||||||
a:not(.btn,.badge a) {
|
|
||||||
color: $bright-teal;
|
|
||||||
}
|
|
||||||
// Stops table headers from appearing as primary link color
|
|
||||||
th.orderable a {
|
|
||||||
color: var(--#{$prefix}body-color);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user