Skip to content

Commit b02bfb9

Browse files
r0b1ngjulivan
authored andcommitted
fix: add focus highlight for clear button
1 parent cba8b55 commit b02bfb9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ $root: ".widget-dropdown-filter";
149149
&:has(+ #{$root}-toggle) {
150150
border-inline-end: 1px solid var(--gray, #787d87);
151151
}
152+
153+
&:focus {
154+
border-radius: 2px;
155+
outline: 2px solid var(--brand-primary, $brand-primary);
156+
}
152157
}
153158

154159
&-state-icon {

0 commit comments

Comments
 (0)