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 5df3f75 commit 34983a2Copy full SHA for 34983a2
components/focus/lib/focus-ring.ts
@@ -14,8 +14,8 @@ export class FocusRing extends LitElement {
14
15
/** @soyTemplate */
16
protected render(): TemplateResult {
17
- return html`<div class="md3-focus-ring ${
18
- classMap(this.getRenderClasses())}"></div>`;
+ return html`<span class="md3-focus-ring ${
+ classMap(this.getRenderClasses())}"></span>`;
19
}
20
21
0 commit comments