diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-04 10:25:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-04 10:25:48 +0300 |
commit | d62e89ba052fb1fe50d6c01f0b7517c9295c2b59 (patch) | |
tree | 5f6ff636469bac4a4eac95d553f000012992333d | |
parent | 36c3e2cc624ae4c3b66d58d6b2968457bc4f3011 (diff) | |
download | gitlab-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.scss | 2 |
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; } |