File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
core/src/components/action-sheet Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7272
7373 font-size : $action-sheet-md-button-font-size ;
7474
75- // text-align: $action-sheet-md-text-align;
75+ text-align : $action-sheet-md-text-align ;
7676
77- contain : content ;
77+ // contain: content;
7878 // overflow: hidden;
7979}
8080
Original file line number Diff line number Diff line change 118118 flex-shrink : 0 ;
119119 align-items : center ;
120120 justify-content : center ;
121- pointer-events : none ;
121+ // pointer-events: none;
122122
123123 width : 100% ;
124124 height : 100% ;
177177// Action Sheet: States
178178// --------------------------------------------------
179179
180- .action-sheet-button ::after {
181- @include button-state ();
182- }
180+ // .action-sheet-button::after {
181+ // @include button-state();
182+ // }
183183
184184
185185// Action Sheet: Selected
You can’t perform that action at this time.
0 commit comments