Skip to content

Commit ca2001a

Browse files
committed
fix(fab): remove absolute positioning on close icon
1 parent bb29c25 commit ca2001a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

core/src/components/fab-button/fab-button.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,6 @@
203203

204204
.close-icon {
205205
@include margin(0, auto);
206-
@include position(0, 0, null, 0);
207-
208-
position: absolute;
209-
210-
height: 100%;
211206

212207
transform: scale(0.4) rotateZ(-45deg);
213208

@@ -217,8 +212,6 @@
217212
font-size: var(--close-icon-font-size);
218213

219214
opacity: 0;
220-
221-
z-index: 1;
222215
}
223216

224217
// FAB Animation

0 commit comments

Comments
 (0)