Skip to content

Commit

Permalink
fix(table): selectable rows/cells should have pointing cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed Apr 5, 2019
1 parent 9760d91 commit 7742fa3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/definitions/collections/table.less
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,12 @@
color: inherit;
padding: @cellVerticalPadding @cellHorizontalPadding;
}
.ui.table > tr > td.selectable,
.ui.table > tbody > tr > td.selectable,
.ui.selectable.table > tbody > tr,
.ui.selectable.table > tr {
cursor:pointer;
}

/* Other States */
.ui.ui.selectable.table tr.error:hover,
Expand Down

0 comments on commit 7742fa3

Please sign in to comment.