Skip to content

Commit 447fe9a

Browse files
committed
fix: move data-toggle to button
1 parent bb6e16d commit 447fe9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiMethodDocumentation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,8 @@ export class ApiMethodDocumentation extends AmfHelperMixin(LitElement) {
10141014
?opened="${callbacksOpened}"
10151015
>
10161016
<div class="heading3 table-title" role="heading" aria-level="2">Callbacks</div>
1017-
<div class="title-area-actions" aria-label="${buttonState}" data-toggle="callbacks">
1018-
<anypoint-button class="toggle-button" ?compatibility="${compatibility}">
1017+
<div class="title-area-actions" aria-label="${buttonState}">
1018+
<anypoint-button class="toggle-button" ?compatibility="${compatibility}" data-toggle="callbacks">
10191019
${label}
10201020
<arc-icon icon="expandMore" class="icon ${iconClass}"></arc-icon>
10211021
</anypoint-button>

0 commit comments

Comments
 (0)