Skip to content

Commit 1474724

Browse files
authored
refactor: remove tabindex from avatar-group overlay part (#9917)
1 parent f9b77de commit 1474724

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/avatar-group/src/vaadin-avatar-group-overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AvatarGroupOverlay extends PositionMixin(
3838
/** @protected */
3939
render() {
4040
return html`
41-
<div part="overlay" id="overlay" tabindex="0">
41+
<div part="overlay" id="overlay">
4242
<div part="content" id="content">
4343
<slot></slot>
4444
</div>

packages/vaadin-lumo-styles/src/components/avatar-group-overlay.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,4 @@
88
--_lumo-list-box-item-selected-icon-display: none;
99
--_lumo-list-box-item-padding-left: calc(var(--lumo-space-m) + var(--lumo-border-radius-m) / 4);
1010
}
11-
12-
[part='overlay'] {
13-
outline: none;
14-
}
1511
}

0 commit comments

Comments
 (0)