Skip to content

Commit ca9688e

Browse files
fix(data-widgets): hide dropdown filter input and adjust container styles
1 parent 7a25666 commit ca9688e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,10 @@ $root: ".widget-dropdown-filter";
316316
&:has(+ #{$root}-selected-item)::after {
317317
content: ",";
318318
}
319+
320+
& + #{$root}-input {
321+
display: none;
322+
}
319323
}
320324

321325
#{$root}-remove-icon {
@@ -332,6 +336,14 @@ $root: ".widget-dropdown-filter";
332336
min-width: 75px;
333337
}
334338

339+
#{$root}-input-container {
340+
gap: 0;
341+
display: inline-block;
342+
white-space: nowrap;
343+
text-overflow: ellipsis;
344+
overflow: hidden;
345+
}
346+
335347
#{$root}-clear {
336348
border-color: transparent;
337349
}

0 commit comments

Comments
 (0)