From a37186cec38420f75b6a25dc6bd5df2dcd07b675 Mon Sep 17 00:00:00 2001 From: Chun-MingChen Date: Sun, 15 Oct 2017 20:40:40 +0800 Subject: [PATCH] set sort caret to grey if not sorting --- .../react-bootstrap-table2/style/react-bootstrap-table.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/react-bootstrap-table2/style/react-bootstrap-table.scss b/packages/react-bootstrap-table2/style/react-bootstrap-table.scss index 1a87c51..0d7d45e 100644 --- a/packages/react-bootstrap-table2/style/react-bootstrap-table.scss +++ b/packages/react-bootstrap-table2/style/react-bootstrap-table.scss @@ -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; }