Add visual feedback to table titles

This commit is contained in:
shamoon 2023-03-29 09:20:26 -07:00
parent d5ab1119d3
commit 45c9518a6d
3 changed files with 81 additions and 13 deletions

View file

@ -6,6 +6,10 @@ tr {
user-select: none;
}
th {
cursor: pointer;
}
.table-row-selected {
background-color: var(--pngx-primary-faded);
}