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 b3ee889 commit 95e48bbCopy full SHA for 95e48bb
src/material/button-toggle/button-toggle.html
@@ -8,13 +8,13 @@
8
[attr.aria-label]="ariaLabel"
9
[attr.aria-labelledby]="ariaLabelledby"
10
(click)="_onButtonClick()">
11
- <div class="mat-button-toggle-label-content">
+ <span class="mat-button-toggle-label-content">
12
<ng-content></ng-content>
13
- </div>
+ </span>
14
</button>
15
16
-<div class="mat-button-toggle-focus-overlay"></div>
17
-<div class="mat-button-toggle-ripple" matRipple
+<span class="mat-button-toggle-focus-overlay"></span>
+<span class="mat-button-toggle-ripple" matRipple
18
[matRippleTrigger]="button"
19
[matRippleDisabled]="this.disableRipple || this.disabled">
20
-</div>
+</span>
0 commit comments