Solve the sortable but not sorted by column issue
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
// ransack componennt integration
|
||||
.ui.sortable.table thead th.sortable-table-header
|
||||
&.not-sorted-by
|
||||
&:after
|
||||
display: inline-block
|
||||
font-style: normal
|
||||
content: '\f0dc'
|
||||
font-family: Icons
|
||||
opacity: 0.3
|
||||
width: auto
|
||||
height: 1em
|
||||
margin: 0em 0em 0em 0.5em
|
||||
|
||||
table thead tr.table-filters-row, table.ui.table thead tr.table-filters-row
|
||||
input
|
||||
margin: 0
|
||||
|
||||
Reference in New Issue
Block a user