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:
authorRyan Harris <harrisryan1@gmail.com>2017-01-18 04:20:35 +0300
committerRyan Harris <harrisryan1@gmail.com>2017-01-22 22:57:34 +0300
commitfca41b41e8e387b3a672679b155dfcd27422a26c (patch)
treeec48798be77ca7178b897617f772844e58aefc46 /app/assets
parent52a7112f6673ae73da8aad233b1d63583f221136 (diff)
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
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/page-header.scss4
1 files changed, 0 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;