Skip to content

Commit e5c5e4e

Browse files
committed
Refactor CSS to apply hover background color to table rows
1 parent 76b44d4 commit e5c5e4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
html {
22
overflow-x: hidden;
33
overflow-y: auto;
4+
}
5+
6+
.table tbody tr {
7+
@apply hover:bg-base-200;
48
}

0 commit comments

Comments
 (0)