update assets

This commit is contained in:
2023-10-27 07:54:32 +00:00
parent 17741daeb9
commit 9433a58a0b
258 changed files with 6904 additions and 5127 deletions

View File

@@ -257,11 +257,11 @@
/* Once the :has() pseudo-class is supported by all browsers, the tr.selected
selector and the JS adding the class can be removed. */
#changelist table tbody tr.selected {
#changelist tbody tr.selected {
background-color: var(--selected-row);
}
#changelist table tbody tr:has(input[type=checkbox]:checked) {
#changelist tbody tr:has(.action-select:checked) {
background-color: var(--selected-row);
}