Skip to content

Commit ac77a0c

Browse files
committed
fix(backdrop): remove tabindex for improved accessibilitt
1 parent be7561d commit ac77a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/components/backdrop/backdrop.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export class Backdrop implements ComponentInterface {
5151
const mode = getIonMode(this);
5252
return (
5353
<Host
54-
tabindex="-1"
5554
aria-hidden="true"
5655
class={{
5756
[mode]: true,

0 commit comments

Comments
 (0)