Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:23:40 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:23:40 +0300
commit5480114477fcb0f6a7dcc49eb75582652cb007e5 (patch)
treec09445d6a47896dece8f239eb23ced5a379aa152 /app/assets/stylesheets/pages/status.scss
parentcb38290ababe43aca0c635fb87d3a38c4c5debcd (diff)
Enable trailingWhitespace in scss-lint
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index f1d53c7b8bc..01426e28e92 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -74,7 +74,7 @@
.ci-status-icon-success_with_warning {
color: $gl-warning;
}
-
+
.ci-status-icon-running {
color: $blue-normal;
}