Browse Source

Merge b277147c15 into 597843ab84

pull/6784/merge
Zé Diogo 4 months ago
committed by GitHub
parent
commit
a1fd887438
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
  1. 4
      src/definitions/collections/table.less

4
src/definitions/collections/table.less

@ -500,21 +500,25 @@
.ui.table tbody tr td.selectable:hover {
background: @selectableBackground !important;
color: @selectableTextColor !important;
cursor: pointer;
}
.ui.selectable.inverted.table tbody tr:hover,
.ui.inverted.table tbody tr td.selectable:hover {
background: @selectableInvertedBackground !important;
color: @selectableInvertedTextColor !important;
cursor: pointer;
}
/* Selectable Cell Link */
.ui.table tbody tr td.selectable {
padding: 0em;
cursor: pointer;
}
.ui.table tbody tr td.selectable > a:not(.ui) {
display: block;
color: inherit;
padding: @cellVerticalPadding @cellHorizontalPadding;
cursor: pointer;
}
/* Other States */

Loading…
Cancel
Save