diff options
author | Phil Hughes <me@iamphill.com> | 2016-02-29 09:47:22 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-02-29 09:47:22 +0000 |
commit | cb0e26d1f7cf44c1fb9341fc94c0c819e653a3f6 (patch) | |
tree | 314116463dd1dde9f26f110056fac8a94d3b5616 /app/assets/stylesheets/application.scss | |
parent | f838dbe4d13c55fc8796eadf33165f1406612662 (diff) | |
download | gitlab-ce-cb0e26d1f7cf44c1fb9341fc94c0c819e653a3f6.tar.gz |
Removed NGProgressremoved-ngprogress
In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator
Ref #13820
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r-- | app/assets/stylesheets/application.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index f51054f13dc..e2d590f4df4 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -26,12 +26,6 @@ @import "framework"; /* - * NProgress load bar css - */ -@import 'nprogress'; -@import 'nprogress-bootstrap'; - -/* * Font icons */ @import "font-awesome"; |