summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/gfm.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-04 11:00:52 +0000
committerPhil Hughes <me@iamphill.com>2017-12-04 11:00:52 +0000
commit6cf76d652d0ae0b77b1250a81aa24e3ce164ccbc (patch)
treefe69c32bb56860f6a0e08ab4c362b0577e77a3bf /app/assets/stylesheets/framework/gfm.scss
parent02111f4d4d03246530e8453d669c63cdbe80fb44 (diff)
downloadgitlab-ce-6cf76d652d0ae0b77b1250a81aa24e3ce164ccbc.tar.gz
Add underline hover state to all links
Diffstat (limited to 'app/assets/stylesheets/framework/gfm.scss')
-rw-r--r--app/assets/stylesheets/framework/gfm.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/gfm.scss b/app/assets/stylesheets/framework/gfm.scss
index 34a35734acc..5621505996d 100644
--- a/app/assets/stylesheets/framework/gfm.scss
+++ b/app/assets/stylesheets/framework/gfm.scss
@@ -14,6 +14,5 @@
&:hover {
background-color: $user-mention-bg-hover;
- text-decoration: none;
}
}