chore(): sync vue branch with master

This commit is contained in:
Liam DeBeasi
2020-10-08 11:38:58 -04:00
65 changed files with 1493 additions and 182 deletions

View File

@ -38,7 +38,7 @@
min-height: #{$segment-button-ios-min-height};
// Necessary for the z-index to work properly
transform: translate3d(0, 0, 0);
transform: translate(0, 0);
font-size: #{$segment-button-ios-font-size};
@ -62,8 +62,6 @@
content: "";
opacity: 1;
will-change: opacity;
}
:host(:first-of-type)::before {

View File

@ -81,7 +81,7 @@
@include text-inherit();
@include margin(var(--margin-top), var(--margin-end), var(--margin-bottom), var(--margin-start));
@include padding(var(--padding-top), var(--padding-end), var(--padding-bottom), var(--padding-start));
@include transform(translate3d(0,0,0));
@include transform(translate(0,0));
display: flex;
position: relative;
@ -270,8 +270,6 @@ ion-ripple-effect {
box-sizing: border-box;
will-change: transform, opacity;
pointer-events: none;
}
@ -306,4 +304,4 @@ ion-ripple-effect {
.segment-button-indicator-animated {
transition: none;
}
}
}