fix(css): resolve spinner and checkbox issues on older chrome versions (#17896)

fixes #17524 
fixes #17501
This commit is contained in:
David
2019-03-27 17:35:53 +01:00
committed by Liam DeBeasi
parent 04f931f694
commit dbb39cd00d
2 changed files with 1 additions and 3 deletions

View File

@ -59,7 +59,6 @@ button {
background: var(--background);
contain: strict;
box-sizing: border-box;
}

View File

@ -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;
}