Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Jan 21, 2025
1 parent 0392bf3 commit ae9da2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HighTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ tr.selected th:first-child {
background-color: #f1edbb;
}
/* if selectable, show checkboxes on hover (and focus) */
th.selectable:first-child:hover span, th.selectable:first-child:focus span {
.selectable th:first-child:hover span, .selectable th:first-child:focus span {
display: none;
}
th.selectable:first-child:hover input, th.selectable:first-child:focus input {
.selectable th:first-child:hover input, .selectable th:first-child:focus input {
display: inline;
cursor: pointer;
}
Expand Down

0 comments on commit ae9da2a

Please sign in to comment.