table th color changed

This commit is contained in:
Beverly Nguyen
2024-08-01 09:34:57 -07:00
parent 8461c6156b
commit 97ae46d57b

View File

@@ -456,6 +456,10 @@ td.table-empty-message {
}
}
.usa-table th[data-sortable][aria-sort=ascending], .usa-table th[data-sortable][aria-sort=descending] {
background-color: #a1d3ff;
}
#template-list {
max-height: 500px;
overflow-y: auto;