#6372: Fix anchor tag underline style in dark mode
This commit is contained in:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
2
netbox/project-static/dist/netbox.css.map
vendored
2
netbox/project-static/dist/netbox.css.map
vendored
File diff suppressed because one or more lines are too long
@@ -102,7 +102,8 @@ body {
|
|||||||
stroke: $gray-200;
|
stroke: $gray-200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
table {
|
& table,
|
||||||
|
&[data-netbox-color-mode] table {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Reference in New Issue
Block a user