Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
GitLab FOSS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.org
GitLab FOSS
Commits
92857b0d
Commit
92857b0d
authored
May 17, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch '46303_copy_button_fix_embedded_snippets' into 'master'"
This reverts commit
f1818e57
.
parent
f1818e57
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
app/assets/stylesheets/framework/snippets.scss
app/assets/stylesheets/framework/snippets.scss
+1
-2
app/views/shared/snippets/_header.html.haml
app/views/shared/snippets/_header.html.haml
+1
-1
changelogs/unreleased/46303_copy_button_fix_embedded_snippets.yml
...gs/unreleased/46303_copy_button_fix_embedded_snippets.yml
+0
-5
No files found.
app/assets/stylesheets/framework/snippets.scss
View file @
92857b0d
...
...
@@ -67,8 +67,7 @@
padding
:
8px
40px
;
}
.embed-toggle
,
.snippet-clipboard-btn
{
.embed-toggle
{
height
:
35px
;
}
}
app/views/shared/snippets/_header.html.haml
View file @
92857b0d
...
...
@@ -45,6 +45,6 @@
%strong
.embed-toggle-list-item
=
_
(
"Share"
)
%input
.js-snippet-url-area.snippet-embed-input.form-control
{
type:
"text"
,
autocomplete:
'off'
,
value:
snippet_embed
}
.input-group-btn
%button
.js-clipboard-btn.
snippet-clipboard-btn.btn.btn-default.has-tooltip
{
title:
"Copy to clipboard"
,
'data-clipboard-target'
:
'.js-
snippet-url-area'
}
%button
.js-clipboard-btn.
btn.btn-default.has-tooltip
{
title:
"Copy to clipboard"
,
'data-clipboard-target'
:
'#
snippet-url-area'
}
=
sprite_icon
(
'duplicate'
,
size:
16
)
.clearfix
changelogs/unreleased/46303_copy_button_fix_embedded_snippets.yml
deleted
100644 → 0
View file @
f1818e57
---
title
:
fixed copy to blipboard button in embed bar of snippets
merge_request
:
18923
author
:
haseebeqx
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment