Skip to content

Commit

Permalink
change cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Jan 6, 2025
1 parent 887393f commit e71d579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HighTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
min-width: 32px;
max-width: none;
width: 32px;
cursor: pointer;
}
.table td:first-child span {
display: inline;
Expand All @@ -114,6 +115,7 @@
}
.table.selectable td:first-child:hover input, .table.selectable tr.selected td:first-child input {
display: inline;
cursor: pointer;
}
.table.selectable tr.selected {
background-color: #fbf7bf;
Expand Down

0 comments on commit e71d579

Please sign in to comment.