Skip to content

Commit fe2e5ba

Browse files
committed
fix: improve visible focus styling
1 parent c9cfb25 commit fe2e5ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ $root: ".widget-dropdown-filter";
150150
border-inline-end: 1px solid var(--gray, #787d87);
151151
}
152152

153-
&:focus {
154-
border-radius: 2px;
155-
outline: 2px solid var(--brand-primary, $brand-primary);
153+
&:focus-visible {
154+
outline-offset: -2px;
155+
outline: var(--brand-primary, $brand-primary) solid 1px;
156156
}
157157
}
158158

0 commit comments

Comments
 (0)