Skip to content

Commit fb98875

Browse files
committed
chore: improve selected tag visibility
1 parent 43a89e2 commit fb98875

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ $root: ".widget-dropdown-filter";
270270
&:focus-visible {
271271
outline: var(--brand-primary, #264ae5) auto 1px;
272272
}
273+
&:focus {
274+
background-color: var(--color-primary-light, $color-primary-light);
275+
}
273276
}
274277

275278
#{$root}-input {

0 commit comments

Comments
 (0)