Zé Diogo
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
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 */ |
|
|
|