Skip to content

Commit bd67fcc

Browse files
committed
fix: change selector weight
1 parent 4727565 commit bd67fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $root: ".widget-dropdown-filter";
4949
--wdf-toggle-inline-end-clearable: calc(var(--wdf-clear-width) + var(--wdf-toggle-inline-end));
5050
--wdf-tag-padding: var(--wdf-spacing-tiny) var(--dropdown-outer-spacing, 10px);
5151

52-
&:where(.form-control) {
52+
&.form-control {
5353
padding: 0;
5454
position: relative;
5555
display: grid;

0 commit comments

Comments
 (0)