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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-31 22:16:36 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-31 22:16:36 +0300
commit43c575acf3e9b3b7d749a1e99bc4726e56823c4c (patch)
tree376da8c7d394c6bf941f6dd608433ecda1491115 /app/assets/stylesheets/framework/icons.scss
parentd1ab9ad6152a4f41bc235bbdd8f881347bc9582b (diff)
parentb61b45a7596b3f20aa1a0d264e6ba3c7af844bac (diff)
Merge branch '26982-improve-pipeline-status-icon-linking-in-widgets' into 'master'
Improve pipeline status icon linking in widgets Closes #26982 See merge request !8705
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 868f28cd356..db8d231a82a 100644
--- a/app/assets/stylesheets/framework/icons.scss
+++ b/app/assets/stylesheets/framework/icons.scss
@@ -58,3 +58,9 @@
fill: $gl-text-color;
}
}
+
+.icon-link {
+ &:hover {
+ text-decoration: none;
+ }
+}