summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2017-01-17 20:20:35 -0500
committerRyan Harris <harrisryan1@gmail.com>2017-01-22 14:57:34 -0500
commitfca41b41e8e387b3a672679b155dfcd27422a26c (patch)
treeec48798be77ca7178b897617f772844e58aefc46
parent52a7112f6673ae73da8aad233b1d63583f221136 (diff)
downloadgitlab-ce-fca41b41e8e387b3a672679b155dfcd27422a26c.tar.gz
Add hover style for copy icon in commit page header
Change hover style definition from explicit rgba value to variable Removed style from page-header.scss that was overriding .btn styles Add hover style for copy icon in commit page header Change hover style definition from explicit rgba value to variable Removed unnecessary styles on commits.scss
-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