summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-09 16:18:16 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 08:18:24 +0900
commiteb36a9f0f1b7bf2b880ca535c5e2ad48b1560d75 (patch)
treea265f9c758eac09af96b00cc249b754ae94aa891 /app/assets/stylesheets
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
downloadgitlab-ce-eb36a9f0f1b7bf2b880ca535c5e2ad48b1560d75.tar.gz
Remove CSS for nprogress removed
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/common.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 00c981f64c5..5e374360359 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -336,11 +336,6 @@ table {
text-align: center;
}
-#nprogress .spinner {
- top: 15px !important;
- right: 10px !important;
-}
-
.header-with-avatar {
h3 {
margin: 0;
@@ -450,4 +445,3 @@ table {
pointer-events: none;
opacity: .5;
}
-