File tree Expand file tree Collapse file tree
ionic/components/action-sheet/modes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ $action-sheet-md-height: 4.8rem !default;
1010
1111$action-sheet-md-title-color : #757575 !default ;
1212$action-sheet-md-title-font-size : 1.6rem !default ;
13- $action-sheet-md-title-padding : 1.9 rem 1.6 rem 1.7 rem !default ;
13+ $action-sheet-md-title-padding : 19 px 16 px 17 px !default ;
1414
1515$action-sheet-md-button-text-color : #222 !default ;
1616$action-sheet-md-button-font-size : 1.6rem !default ;
17+ $action-sheet-md-button-padding : 0 16px !default ;
1718$action-sheet-md-background-active-color : #f1f1f1 !default ;
1819
1920$action-sheet-md-icon-font-size : 2.4rem !default ;
@@ -28,11 +29,12 @@ $action-sheet-md-icon-margin: 0 28px 0 0 !default;
2829}
2930
3031.action-sheet-button {
31- background-color : transparent ;
32+ padding : $action-sheet-md-button-padding ;
33+ min-height : $action-sheet-md-height ;
3234 font-size : $action-sheet-md-button-font-size ;
3335 font-weight : normal ;
34- min-height : $action-sheet-md-height ;
3536 color : $action-sheet-md-button-text-color ;
37+ background-color : transparent ;
3638 text-align : left ;
3739
3840 & .activated {
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ exports.config = {
88 domain : 'ionic-snapshot-go.appspot.com' ,
99 //domain: 'localhost:8080',
1010
11- // specs: 'dist/e2e/**/*e2e.js',
12- specs : 'dist/e2e/action-sheet/**/*e2e.js' ,
11+ specs : 'dist/e2e/**/*e2e.js' ,
12+ // specs: 'dist/e2e/action-sheet/**/*e2e.js',
1313
1414 sleepBetweenSpecs : 350 ,
1515
You can’t perform that action at this time.
0 commit comments