Skip to content

Commit b55e6ca

Browse files
committed
removed border-radius
1 parent 716986c commit b55e6ca

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

core/src/components/button/button.ionic.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
// Ionic Button
55
// -------------------------------------------------------------------------------
66
:host {
7-
--padding-bottom: var(--padding-top);
7+
--padding-top: #{globals.$ion-space-0};
88
--padding-end: #{globals.$ion-space-500};
9+
--padding-bottom: var(--padding-top);
910
--padding-start: var(--padding-end);
10-
--padding-top: #{globals.$ion-space-0};
1111
--focus-ring-color: #{globals.$ion-border-focus-default};
1212
--focus-ring-width: #{globals.$ion-border-size-050};
1313

@@ -168,10 +168,6 @@
168168
--border-radius: #{globals.$ion-border-radius-200};
169169
}
170170

171-
:host(.button-soft.button-small) {
172-
--border-radius: #{globals.$ion-border-radius-100};
173-
}
174-
175171
// Round Button
176172
// --------------------------------------------------
177173

0 commit comments

Comments
 (0)