|
|
@ -791,18 +791,16 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.ui.sortable.table thead th:after { |
|
|
|
display: inline-block; |
|
|
|
display: none; |
|
|
|
font-style: normal; |
|
|
|
font-weight: normal; |
|
|
|
text-decoration: inherit; |
|
|
|
content: ''; |
|
|
|
width: @sortableIconWidth; |
|
|
|
height: 1em; |
|
|
|
width: @sortableIconWidth; |
|
|
|
opacity: @sortableIconOpacity; |
|
|
|
|
|
|
|
margin: 0em 0em 0em @sortableIconDistance; |
|
|
|
|
|
|
|
font-family: @sortableIconFont; |
|
|
|
font-style: normal; |
|
|
|
font-weight: normal; |
|
|
|
text-decoration: inherit; |
|
|
|
} |
|
|
|
.ui.sortable.table thead th.ascending:after { |
|
|
|
content: @sortableIconAscending; |
|
|
@ -826,6 +824,9 @@ |
|
|
|
background: @sortableActiveBackground; |
|
|
|
color: @sortableActiveColor; |
|
|
|
} |
|
|
|
.ui.sortable.table thead th.sorted:after { |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
|
|
|
|
/* Sorted Hover */ |
|
|
|
.ui.sortable.table thead th.sorted:hover { |
|
|
|