Skip to content

Commit

Permalink
fix: bug with hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Apr 14, 2024
1 parent 3174a6a commit b094f7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions darkstat/front/shared.templ
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ templ TabContent() {
border-color: var(--color_border);
}
tbody {
& tr:nth-child(odd) {
background-color: var(--color_alternate_row);
}

& tr {
cursor: pointer;
&:hover {
background-color: var(--color_hover);
}
}

& tr:nth-child(odd) {
background-color: var(--color_alternate_row);
}
}
.splitter {
display: flex;
Expand Down

0 comments on commit b094f7c

Please sign in to comment.