Skip to content

Commit be4a504

Browse files
committed
test(action-sheet): simplify styles
1 parent 68f11a2 commit be4a504

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/src/components/action-sheet/action-sheet.md.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
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

core/src/components/action-sheet/action-sheet.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
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%;
@@ -177,9 +177,9 @@
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

0 commit comments

Comments
 (0)