summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-23 14:48:19 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-23 14:48:19 +0000
commit6c65f7a7ce52fadcf53ea2395103de32b0107874 (patch)
tree0df5f2929fb6016910d179736d1e2ab33595cab0
parent7446c2f5cf7aaf9ebc323232064bf4bc6360b644 (diff)
parentfca41b41e8e387b3a672679b155dfcd27422a26c (diff)
downloadgitlab-ce-6c65f7a7ce52fadcf53ea2395103de32b0107874.tar.gz
Merge branch '26787-add-copy-icon-hover-state' into 'master'
Add hover style for copy icon in commit page header Closes #26787 See merge request !8619
-rw-r--r--app/assets/stylesheets/framework/page-header.scss4
-rw-r--r--changelogs/unreleased/26787-add-copy-icon-hover-state.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/page-header.scss b/app/assets/stylesheets/framework/page-header.scss
index 4decee2c525..5f4211147f3 100644
--- a/app/assets/stylesheets/framework/page-header.scss
+++ b/app/assets/stylesheets/framework/page-header.scss
@@ -46,10 +46,6 @@
font-weight: bold;
}
- .fa-clipboard {
- color: $dropdown-title-btn-color;
- }
-
.commit-info {
&.branches {
margin-left: 8px;
diff --git a/changelogs/unreleased/26787-add-copy-icon-hover-state.yml b/changelogs/unreleased/26787-add-copy-icon-hover-state.yml
new file mode 100644
index 00000000000..31f1812c6f8
--- /dev/null
+++ b/changelogs/unreleased/26787-add-copy-icon-hover-state.yml
@@ -0,0 +1,4 @@
+---
+title: Add hover style to copy icon on commit page header
+merge_request:
+author: Ryan Harris