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:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-02-06 03:43:18 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-02-06 03:43:18 +0300
commit306c50cecde50b0bbfc9d665a09ecd2fa1676005 (patch)
treeed83986dbb9a9800c534b0a18386cc10e74d10e1 /app/assets
parentdcfdef689a250ae4db6a92a1ad4413f2a86c9113 (diff)
Make copy button in collapsed sidebar work.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index c440388090e..ef62f069dc2 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -235,6 +235,19 @@
display: block;
margin-top: 0;
}
+
+ .btn-clipboard {
+ border: none;
+
+ &:hover {
+ background: transparent;
+ }
+
+ i {
+ color: #999999;
+ }
+ }
+
}
}