Loading css/styles.css +3 −3 Original line number Diff line number Diff line Loading @@ -3308,14 +3308,14 @@ th a:link, th a:visited { color: #222222; } th.active { th.is-active { background: whitesmoke; } th.active a { th.is-active a { display: block; padding-right: 13px; } th.active img { th.is-active .tablesort { float: right; margin: 0 -13px 0 0; } Loading sass/partials/common/_table.scss +2 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ th { color: $body-text; } &.active { &.is-active { background: $new-lt-gray; // Keep sort indicator on the same line. Loading @@ -36,7 +36,7 @@ th { padding-right: 13px; } img { .tablesort { float: right; margin: 0 -13px 0 0; } Loading Loading
css/styles.css +3 −3 Original line number Diff line number Diff line Loading @@ -3308,14 +3308,14 @@ th a:link, th a:visited { color: #222222; } th.active { th.is-active { background: whitesmoke; } th.active a { th.is-active a { display: block; padding-right: 13px; } th.active img { th.is-active .tablesort { float: right; margin: 0 -13px 0 0; } Loading
sass/partials/common/_table.scss +2 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ th { color: $body-text; } &.active { &.is-active { background: $new-lt-gray; // Keep sort indicator on the same line. Loading @@ -36,7 +36,7 @@ th { padding-right: 13px; } img { .tablesort { float: right; margin: 0 -13px 0 0; } Loading