Skip to content

Commit 151efb4

Browse files
fix(data-widgets): hide dropdown filter input and adjust container styles
1 parent 1cbda71 commit 151efb4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/modules/data-widgets/src/themesource/datawidgets/web/_datagrid-dropdown-filter.scss

+14
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,12 @@ $root: ".widget-dropdown-filter";
316316
&:has(+ #{$root}-selected-item)::after {
317317
content: ",";
318318
}
319+
320+
& + #{$root}-input {
321+
position: absolute;
322+
opacity: 0;
323+
left: 0;
324+
}
319325
}
320326

321327
#{$root}-remove-icon {
@@ -332,6 +338,14 @@ $root: ".widget-dropdown-filter";
332338
min-width: 75px;
333339
}
334340

341+
#{$root}-input-container {
342+
gap: 0;
343+
display: inline-block;
344+
white-space: nowrap;
345+
text-overflow: ellipsis;
346+
overflow: hidden;
347+
}
348+
335349
#{$root}-clear {
336350
border-color: transparent;
337351
}

0 commit comments

Comments
 (0)