Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-05-25 15:43:08 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-25 15:43:08 +0300
commit2874a9e5a0c3eac9b4df1302eaecad7ddb9d0fc3 (patch)
tree9def50830602df3a7da46ecd27dee04d7108361a
parentc895a59f78bb866bf8544da4005d4b7e13fed772 (diff)
parent14366011f2d1c13e9db8e95ccae7bf7d75191fd7 (diff)
Merge branch 'styles-embed-snippet' into 'master'
Hide copy button in GitLab embed snippets See merge request gitlab-com/gitlab-docs!274
-rw-r--r--content/assets/stylesheets/stylesheet.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 4ac8ae57..57184b21 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 35
+version: 36
---
@import "variables";
@@ -123,6 +123,12 @@ pre {
}
}
+.gitlab-embed-snippets {
+ .clip-btn {
+ display: none;
+ }
+}
+
code, code span {
font-family: $mono-font-family;
}