@syncfusion/ej2-treegrid 22.1.34 → 22.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -186,21 +186,26 @@
186
186
  }
187
187
 
188
188
  .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
189
- margin: 6px 6px 5px;
190
- min-height: 12px;
191
- min-width: 12px;
192
- padding: 6px;
189
+ margin: 0 6px;
190
+ min-height: 30px;
191
+ min-width: 30px;
193
192
  }
194
193
 
195
194
  .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
196
195
  .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
197
- min-height: 16px;
198
- min-width: 16px;
196
+ min-height: 38px;
197
+ min-width: 38px;
198
+ }
199
+
200
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
201
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
202
+ min-height: 22px;
203
+ min-width: 22px;
199
204
  }
200
205
 
201
206
  .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
202
207
  .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
203
- padding: 8px 16px 8px 0;
208
+ padding: 4px 16px 4px 0;
204
209
  }
205
210
 
206
211
  .e-input-group.e-ddl,
@@ -220,7 +225,7 @@
220
225
  .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
221
226
  .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
222
227
  .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
223
- margin: 0;
228
+ margin: 4px;
224
229
  }
225
230
 
226
231
  .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
@@ -229,7 +234,7 @@
229
234
  .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
230
235
  .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
231
236
  .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
232
- padding: 5px 5px 5px 12px;
237
+ padding: 4px 5px 4px 12px;
233
238
  }
234
239
 
235
240
  .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
@@ -239,8 +244,8 @@
239
244
  .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
240
245
  .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
241
246
  .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
242
- min-height: 18px;
243
- min-width: 18px;
247
+ min-height: 34px;
248
+ min-width: 34px;
244
249
  }
245
250
 
246
251
  .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
@@ -253,6 +258,10 @@
253
258
  padding: 8px 16px;
254
259
  }
255
260
 
261
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
262
+ margin: 0 4px;
263
+ }
264
+
256
265
  .e-ddl.e-popup.e-outline .e-filter-parent {
257
266
  padding: 4px 8px;
258
267
  }