mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +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);
|
||||
|
||||
contain: strict;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
svg {
|
||||
@include position(0, null, null, 0);
|
||||
@include transform-origin(center);
|
||||
|
||||
position: absolute;
|
||||
|
||||
@ -94,8 +95,6 @@ svg {
|
||||
}
|
||||
|
||||
:host(.spinner-dots) svg {
|
||||
@include transform-origin(center);
|
||||
|
||||
animation: spinner-dots 1s linear infinite;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user