summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/icons.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-30 12:18:52 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-30 12:18:52 -0600
commitd8b8168623ae780b72723546524cce0aae979556 (patch)
treeb3ee65fa3e41eb14c5f4446ff287ef3b4c5c70ba /app/assets/stylesheets/framework/icons.scss
parent863efcc60437ccec67be6bd68af9ff3678141b89 (diff)
downloadgitlab-ce-d8b8168623ae780b72723546524cce0aae979556.tar.gz
Remove underline style for icon hover
Diffstat (limited to 'app/assets/stylesheets/framework/icons.scss')
-rw-r--r--app/assets/stylesheets/framework/icons.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/icons.scss b/app/assets/stylesheets/framework/icons.scss
index dccf5177e35..33de9022da7 100644
--- a/app/assets/stylesheets/framework/icons.scss
+++ b/app/assets/stylesheets/framework/icons.scss
@@ -57,3 +57,9 @@
fill: $gl-text-color;
}
}
+
+.icon-link {
+ &:hover {
+ text-decoration: none;
+ }
+}