File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 143
143
bottom : 0 ;
144
144
right : 0 ;
145
145
146
- [class^= " ui-grid-icon" ].right {
146
+ [class^= " ui-grid-icon" ] {
147
147
position : absolute ;
148
148
top : 50% ;
149
149
line-height : 32px ;
158
158
}
159
159
}
160
160
161
+ // Position filter-cancel button on the left for rtl grids
162
+ .ui-grid [dir= " rtl" ] .ui-grid-filter-container .ui-grid-filter-button {
163
+ right : initial ;
164
+ left : 0 ;
165
+
166
+ [class^= " ui-grid-icon" ].right {
167
+ right : initial ;
168
+ left : 10px ;
169
+ }
170
+ }
171
+
161
172
input [type= " text" ].ui-grid-filter-input {
162
173
padding : 0 ;
163
174
margin : 0 ;
Original file line number Diff line number Diff line change 16
16
< input type ="text " class ="ui-grid-filter-input " ng-model ="colFilter.term " ng-click ="$event.stopPropagation() " ng-attr-placeholder ="{{colFilter.placeholder || ''}} " />
17
17
18
18
< div class ="ui-grid-filter-button " ng-click ="colFilter.term = null ">
19
- < i class ="ui-grid-icon-cancel right " ng-show ="!!colFilter.term "> </ i > <!-- use !! because angular interprets 'f' as false -->
19
+ < i class ="ui-grid-icon-cancel " ng-show ="!!colFilter.term "> </ i > <!-- use !! because angular interprets 'f' as false -->
20
20
</ div >
21
21
</ div >
22
22
</ div >
You can’t perform that action at this time.
0 commit comments