Skip to content

Commit b6a0bc2

Browse files
authored
fix(material/tabs): wrong disabled class on tab pagination button (#25832)
Fixes that there was a typo on the disabled class for the "Next" button in the tab header.
1 parent c2fb961 commit b6a0bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/tabs/tab-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
type="button"
3838
mat-ripple
3939
[matRippleDisabled]="_disableScrollAfter || disableRipple"
40-
[class.mat-mdc-header-pagination-disabled]="_disableScrollAfter"
40+
[class.mat-mdc-tab-header-pagination-disabled]="_disableScrollAfter"
4141
[disabled]="_disableScrollAfter || null"
4242
tabindex="-1"
4343
(mousedown)="_handlePaginatorPress('after', $event)"

0 commit comments

Comments
 (0)