mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(css): resolve spinner and checkbox issues on older chrome versions (#17896)
fixes #17524 fixes #17501
This commit is contained in:
@ -59,7 +59,6 @@ button {
|
|||||||
|
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
|
|
||||||
contain: strict;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
svg {
|
svg {
|
||||||
@include position(0, null, null, 0);
|
@include position(0, null, null, 0);
|
||||||
|
@include transform-origin(center);
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
@ -94,8 +95,6 @@ svg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host(.spinner-dots) svg {
|
:host(.spinner-dots) svg {
|
||||||
@include transform-origin(center);
|
|
||||||
|
|
||||||
animation: spinner-dots 1s linear infinite;
|
animation: spinner-dots 1s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user