Skip to content

Commit 4b6474f

Browse files
authored
bug: unselect person focus indicator on webkit (#2060)
makes the focus indicator visible on webkit browsers when attempting to remove an item from the people picker selected list
1 parent 09e4dde commit 4b6474f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/mgt-components/src/components/mgt-people-picker/mgt-people-picker.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ mgt-people-picker .root {
207207
top: 0px;
208208
border-radius: 12px;
209209
line-height: 24px;
210+
211+
&:focus,
212+
&:focus-visible {
213+
outline-offset: -4px;
214+
outline-width: 1px;
215+
outline-style: solid;
216+
}
210217
}
211218
}
212219
}

0 commit comments

Comments
 (0)