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 <jschatz@gitlab.com>2017-01-21 22:58:41 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-01-21 22:58:41 +0300
commit85a3c03c6889b7c9f4afd695a0e91b4c41759a69 (patch)
tree612145cb77b6166d468ec9aff12b957b6bac6fd0 /app/assets/stylesheets/pages/diff.scss
parent1fce08f9769df0644cf7c6049d631a01445bb029 (diff)
Revert "Merge branch '25709-diff-file-overflow' into 'master'"
This reverts merge request !8475
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 8b784c2a439..96ba7c40634 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -37,10 +37,6 @@
.file-title {
cursor: pointer;
- a:hover {
- text-decoration: none;
- }
-
&:hover {
background-color: $gray-normal;
}