summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-04 10:25:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-04 10:25:48 +0300
commitd62e89ba052fb1fe50d6c01f0b7517c9295c2b59 (patch)
tree5f6ff636469bac4a4eac95d553f000012992333d
parent36c3e2cc624ae4c3b66d58d6b2968457bc4f3011 (diff)
downloadgitlab-ce-d62e89ba052fb1fe50d6c01f0b7517c9295c2b59.tar.gz
Enable link underline on hover for better UX
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/generic/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index 9aa819d40fc..47802559a2c 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -40,7 +40,7 @@ a {
outline: none;
color: $link_color;
&:hover {
- text-decoration: none;
+ text-decoration: underline;
color: $link_hover_color;
}