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:
Diffstat (limited to 'app/assets/stylesheets/framework/buttons.scss')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 260ef0ae380..56e4b23e80d 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -354,14 +354,14 @@ fieldset[disabled] .btn,
copy-code {
position: absolute;
@include gl-transition-medium;
- @include gl-opacity-0;
+ opacity: 0;
top: 7px;
right: $input-horizontal-padding;
.markdown-code-block:hover &,
&:focus-within {
- @include gl-opacity-10;
+ opacity: 1;
}
}