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:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-12 19:15:42 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-19 23:44:06 +0300
commit815c0910968fb4c0f0c787af5e7733c71284a274 (patch)
tree17cded61548fafce6458e394cb52f81a8904a226 /app/assets/stylesheets/pages/diff.scss
parent5db587a1adb6c51a2e3e5ab44ef35779f9a6917d (diff)
Adds tooltips
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 d7bb029cac6..d614fa45ad3 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -37,6 +37,10 @@
.file-title {
cursor: pointer;
+ a:hover {
+ text-decoration: none;
+ }
+
&:hover {
background-color: $gray-normal;
}