From 58134ae2c68b3cfbd748a1bf7268a6f6afd4521d Mon Sep 17 00:00:00 2001 From: rr- Date: Mon, 9 May 2016 18:14:22 +0200 Subject: [PATCH] client/css: remove nprogress spinner --- client/css/nprogress.styl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/client/css/nprogress.styl b/client/css/nprogress.styl index 97e57b94..2db38e78 100644 --- a/client/css/nprogress.styl +++ b/client/css/nprogress.styl @@ -13,14 +13,7 @@ height: 2px .spinner-icon - width: 18px - height: 18px - box-sizing: border-box - border: solid 2px transparent - border-top-color: $main-color - border-left-color: $main-color - border-radius: 50% - animation: nprogress-spinner 400ms linear infinite + display: none .peg display: block