From: XhmikosR Date: Fri, 14 Sep 2018 05:52:25 +0000 (+0300) Subject: spinners: use the animation shorthand property. X-Git-Tag: v4.2.0~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d67982aec743622d14ed5add490693adc57348;p=thirdparty%2Fbootstrap.git spinners: use the animation shorthand property. --- diff --git a/scss/_spinners.scss b/scss/_spinners.scss index 4235662b3f..edf70d9fbe 100644 --- a/scss/_spinners.scss +++ b/scss/_spinners.scss @@ -17,10 +17,7 @@ border: $spinner-border-width solid; border-color: currentColor transparent currentColor currentColor; border-radius: 50%; - animation-name: spinner-border; - animation-duration: .75s; - animation-timing-function: linear; - animation-iteration-count: infinite; + animation: spinner-border .75s linear infinite; } .spinner-border-sm { @@ -57,10 +54,7 @@ vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; - animation-name: spinner-grow; - animation-duration: .75s; - animation-timing-function: linear; - animation-iteration-count: infinite; + animation: spinner-grow .75s linear infinite; } .spinner-grow-sm {