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:
authorJacob Schatz <jschatz1@gmail.com>2017-08-06 19:51:56 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-08-06 19:51:56 +0300
commit2c6895d6b5ddfc1b383e8f2d5d971161a86baae5 (patch)
treee238699f8770ca3f4c0364a0e56773354e940ad7 /app/assets/stylesheets/pages/repo.scss
parent018896776ba7bd7b036ff0e337c3a0147a9269e2 (diff)
Remove unnecessary CSS comment.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 3d7e8611a27..a188c9cf4cb 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -35,7 +35,7 @@
}
.fade-enter,
-.fade-leave-to /* .fade-leave-active in <2.1.8 */ {
+.fade-leave-to {
opacity: 0;
}