Skip to content

Commit 5a83449

Browse files
committed
design(button): remove scale down
note: looked at the GitHub app and implemented it, but it doesn't seem to be iOS native design.
1 parent 2744dcf commit 5a83449

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/styles/components/ion-button.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ $scaleup-default-icon-only: 1.32;
1212
$scaleup-large: 1.12;
1313
$scaleup-large-icon-only: 1.22;
1414

15-
$scaledown-small: 0.98;
16-
$scaledown-default: 0.98;
17-
$scaledown-large: 0.98;
18-
1915
@mixin theme-buttons {
2016
@include api.glass-background;
2117
border-radius: 25px;
@@ -175,18 +171,6 @@ $scaledown-large: 0.98;
175171
}
176172
}
177173

178-
&:not(.button-clear):not(.button-solid) {
179-
&.ion-activated {
180-
transform: scale($scaledown-default);
181-
&.button-small {
182-
transform: scale($scaledown-small);
183-
}
184-
&.button-large {
185-
transform: scale($scaledown-large);
186-
}
187-
}
188-
}
189-
190174
/*
191175
* fill=solid && type=submit button has edge brightness.
192176
*/

0 commit comments

Comments
 (0)