mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 08:48:41 +02:00
* Closes #20122: Improve text contrast on highlighted changes * Fix indentation
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
@@ -12,11 +12,13 @@ pre.change-data {
|
|||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
|
|
||||||
&.added {
|
&.added {
|
||||||
background-color: $green;
|
color: var(--tblr-dark);
|
||||||
|
background-color: $green-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.removed {
|
&.removed {
|
||||||
background-color: $red;
|
color: var(--tblr-dark);
|
||||||
|
background-color: $red-300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -26,11 +28,13 @@ pre.change-diff {
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
|
||||||
&.change-added {
|
&.change-added {
|
||||||
background-color: $green;
|
color: var(--tblr-dark);
|
||||||
|
background-color: $green-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.change-removed {
|
&.change-removed {
|
||||||
background-color: $red;
|
color: var(--tblr-dark);
|
||||||
|
background-color: $red-300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user