From bf35cfc9fde9c92694356cb0ceaa79eeb9d18e92 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 13 Aug 2020 17:59:49 +0200 Subject: [PATCH] make spinner look slightly better in IE --- src/ui/web/css/spinner.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/web/css/spinner.css b/src/ui/web/css/spinner.css index 69793447..62974da6 100644 --- a/src/ui/web/css/spinner.css +++ b/src/ui/web/css/spinner.css @@ -42,7 +42,7 @@ limitations under the License. * TODO * 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; stroke: currentcolor;