File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
- < div class ="mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4 "
1
+ < button class ="mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4 "
2
2
#previousPaginator
3
3
aria-hidden ="true "
4
- mat-ripple [matRippleDisabled] ="_disableScrollBefore || disableRipple "
4
+ type ="button "
5
+ mat-ripple
6
+ tabindex ="-1 "
7
+ [matRippleDisabled] ="_disableScrollBefore || disableRipple "
5
8
[class.mat-tab-header-pagination-disabled] ="_disableScrollBefore "
9
+ [disabled] ="_disableScrollBefore || null "
6
10
(click) ="_handlePaginatorClick('before') "
7
11
(mousedown) ="_handlePaginatorPress('before') "
8
12
(touchend) ="_stopInterval() ">
9
13
< div class ="mat-tab-header-pagination-chevron "> </ div >
10
- </ div >
14
+ </ button >
11
15
12
16
< div class ="mat-tab-label-container " #tabListContainer
13
17
(keydown) ="_handleKeydown($event) ">
19
23
</ div >
20
24
</ div >
21
25
22
- < div class ="mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4 "
26
+ < button class ="mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4 "
23
27
#nextPaginator
24
28
aria-hidden ="true "
25
- mat-ripple [matRippleDisabled] ="_disableScrollAfter || disableRipple "
29
+ type ="button "
30
+ mat-ripple
31
+ [matRippleDisabled] ="_disableScrollAfter || disableRipple "
26
32
[class.mat-tab-header-pagination-disabled] ="_disableScrollAfter "
33
+ [disabled] ="_disableScrollAfter || null "
34
+ tabindex ="-1 "
27
35
(mousedown) ="_handlePaginatorPress('after') "
28
36
(click) ="_handlePaginatorClick('after') "
29
37
(touchend) ="_stopInterval() ">
30
38
< div class ="mat-tab-header-pagination-chevron "> </ div >
31
- </ div >
39
+ </ button >
Original file line number Diff line number Diff line change 36
36
z-index : 2 ;
37
37
-webkit-tap-highlight-color : transparent ;
38
38
touch-action : none ;
39
+ box-sizing : content-box ;
40
+ background : none ;
41
+ border : none ;
42
+ outline : 0 ;
43
+ padding : 0 ;
44
+
45
+ & ::-moz-focus-inner {
46
+ border : 0 ;
47
+ }
39
48
40
49
.mat-tab-header-pagination-controls-enabled & {
41
50
display : flex ;
You can’t perform that action at this time.
0 commit comments