Skip to content

Commit 3bdc716

Browse files
authored
chore: add hover background to table rows in admin pages
This is a small QoL change to make the admin easier to do their management job. This makes knowing which row is the correct row to operate easier by simply checking the hover background.
1 parent 7cc47da commit 3bdc716

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/css/admin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
white-space: nowrap;
4444
}
4545

46+
.admin .table>tbody>tr:hover {
47+
background-color: var(--color-hover)!important;
48+
}
49+
4650
.admin-responsive-columns {
4751
display: flex;
4852
flex-wrap: wrap;

0 commit comments

Comments
 (0)