mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-05-15 07:44:36 +00:00
set sort caret to grey if not sorting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user