We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cfb25 commit fe2e5baCopy full SHA for fe2e5ba
packages/modules/data-widgets/src/themesource/datawidgets/web/_datagrid-dropdown-filter.scss
@@ -150,9 +150,9 @@ $root: ".widget-dropdown-filter";
150
border-inline-end: 1px solid var(--gray, #787d87);
151
}
152
153
- &:focus {
154
- border-radius: 2px;
155
- outline: 2px solid var(--brand-primary, $brand-primary);
+ &:focus-visible {
+ outline-offset: -2px;
+ outline: var(--brand-primary, $brand-primary) solid 1px;
156
157
158
0 commit comments