File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 7171 line-height : 1 ;
7272 -webkit-font-smoothing : antialiased;
7373 -moz-osx-font-smoothing : grayscale;
74+ min-width : 15px ;
75+ min-height : 20px ;
7476}
7577# themed .hint : before {
7678 content : "\f05a" ;
Original file line number Diff line number Diff line change 7171 line-height : 1 ;
7272 -webkit-font-smoothing : antialiased;
7373 -moz-osx-font-smoothing : grayscale;
74+ min-width : 15px ;
75+ min-height : 20px ;
7476}
7577# themed ::shadow .hint : before {
7678 content : "\f05a" ;
Original file line number Diff line number Diff line change 7979 text-decoration : underline;
8080 }
8181 .arrow-up ,
82- .arrow-down {
82+ .arrow-down ,
83+ .search ,
84+ .nosearch {
8385 width : 0 ;
8486 height : 0 ;
8587 border-left : 5px solid transparent;
8688 border-right : 5px solid transparent;
8789 }
88- .arrow-up {
90+ .arrow-up ,
91+ .search {
8992 border-bottom : 5px solid black;
9093 }
91- .arrow-down {
94+ .arrow-down ,
95+ .nosearch {
9296 border-top : 5px solid black;
9397 }
9498 .copy-er ,
149153 class ="{{ selectable ? '' : 'hide'}} "/>
150154 < div
151155 title ="{{searchtitle}} "
152- class ="filterrow {{ searchable ? 'arrow-up ' : 'arrow-down '}} "
156+ class ="filterrow {{ searchable ? 'search ' : 'nosearch '}} "
153157 on-click ="{{ toggleFilters }} "> </ div >
154158 </ th >
155159 < th template
You can’t perform that action at this time.
0 commit comments