File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ a[button] {
47
47
text-decoration : none ;
48
48
}
49
49
50
+ a [disabled ],
51
+ button [disabled ],
50
52
.button [disabled ] {
51
53
cursor : default ;
52
54
opacity : .4 ;
Original file line number Diff line number Diff line change 24
24
< button outline item-right (click) ="testClick($event) "> Outline</ button >
25
25
</ ion-item >
26
26
27
- < ion-item >
27
+ < button ion-item disabled >
28
28
< button item-left (click) ="testClick($event) ">
29
29
< ion-icon name ="home "> </ ion-icon >
30
30
Left Icon
31
31
</ button >
32
- left icon buttons
32
+ disabled left icon buttons
33
33
< button outline item-right (click) ="testClick($event) ">
34
34
< ion-icon name ="star "> </ ion-icon >
35
35
Left Icon
36
36
</ button >
37
- </ ion-item >
37
+ </ button >
38
38
39
39
< ion-item >
40
40
< button item-left (click) ="testClick($event) ">
58
58
</ button >
59
59
</ ion-item >
60
60
61
- < ion-item >
62
- ion-item right icon/text button large
61
+ < a ion-item disabled >
62
+ a ion-item disabled right icon/text button large
63
63
< button item-right large (click) ="testClick($event) ">
64
64
< ion-icon name ="refresh "> </ ion-icon >
65
65
Refresh
66
66
</ button >
67
- </ ion-item >
67
+ </ a >
68
68
69
69
< ion-item >
70
70
< button clear item-left small (click) ="testClick($event) ">
You can’t perform that action at this time.
0 commit comments