mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
set sort caret to grey if not sorting
This commit is contained in:
parent
26f38c54d8
commit
a37186cec3
@ -22,6 +22,10 @@
|
||||
margin: 10px 6.5px;
|
||||
}
|
||||
|
||||
th > .react-bootstrap-table-sort-order > .caret:not(.sorting) {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
th[data-row-selection] {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user