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 <annabel.dunstone@gmail.com>2016-07-18 22:48:26 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-18 22:48:26 +0300
commit967b75ba92937deefc6da1d139825ac52cdbcc68 (patch)
treefe377a184afebb7ce7e873c29a5c201788b9cca4 /app/assets/stylesheets/pages/issuable.scss
parent7a7ecbeacdb928cd53aa6ce61c7a569c928e4666 (diff)
Remove white background on clipboard button; position icon
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 542fa244689..ded437625ee 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -122,7 +122,8 @@
button {
float: right;
- padding: 3px 5px;
+ padding: 1px 5px;
+ background-color: $gray-light;
}
}