mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Retain default text color for hyperlinks inside tables
This commit is contained in:
parent
d3e054686d
commit
d2a2b00338
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -1,11 +1,6 @@
|
|||||||
// Object list tables
|
// Object list tables
|
||||||
table.object-list {
|
table.object-list {
|
||||||
|
|
||||||
// Adjust object list link color without affecting buttons
|
|
||||||
a:not(.btn) {
|
|
||||||
color: var(--#{$prefix}body-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Hide border of last row
|
// Hide border of last row
|
||||||
tbody > tr:last-child > td {
|
tbody > tr:last-child > td {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
@ -74,14 +69,4 @@ body[data-bs-theme=dark] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.object-list {
|
|
||||||
a {
|
|
||||||
color: var(--#{$prefix}body-color)!important;
|
|
||||||
|
|
||||||
// Ensures primary button color remains legible
|
|
||||||
&.btn-primary {
|
|
||||||
color: $rich-black!important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user