Skip to content

Commit

Permalink
Refactor CSS to apply hover background color to table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolat committed Oct 14, 2024
1 parent 76b44d4 commit e5c5e4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/view/static/css/partials/general.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
html {
overflow-x: hidden;
overflow-y: auto;
}

.table tbody tr {
@apply hover:bg-base-200;
}

0 comments on commit e5c5e4e

Please sign in to comment.