forked from mystiq/hydrogen-web
make spinner look slightly better in IE
This commit is contained in:
parent
84d4584302
commit
bf35cfc9fd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ limitations under the License.
|
||||||
* TODO
|
* TODO
|
||||||
* see if with IE11 we can just set a static stroke state and make it rotate?
|
* see if with IE11 we can just set a static stroke state and make it rotate?
|
||||||
*/
|
*/
|
||||||
stroke-dasharray: 0 0 10 90;
|
stroke-dasharray: 0 0 85 85;
|
||||||
|
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke: currentcolor;
|
stroke: currentcolor;
|
||||||
|
|
Loading…
Reference in a new issue