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:
authorPhil Hughes <me@iamphill.com>2017-02-27 13:50:15 +0300
committerPhil Hughes <me@iamphill.com>2017-02-27 13:50:15 +0300
commitf0e51180de11b3fd2974f4e3bda0306fc25abb0d (patch)
treeb4fd8223a6e73b4b45e0bd62b2a9929c1aef2c88 /app/assets/stylesheets/pages/diff.scss
parentfaf5bc0eafd6d77cdd924bbf5d2e93ce18d3a62a (diff)
Removed link transition
Fixed hll overriding is-over class
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index a8704c96011..339cdcde480 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -89,6 +89,10 @@
.diff-line-num {
width: 50px;
+
+ a {
+ transition: none;
+ }
}
.line_holder td {