Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4520b0f5
Commit
4520b0f5
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
proper fix for #18439 w/ clippy placement and hover
parent
ed0e6be8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_clipboard-js.scss
+8
-4
docs/assets/scss/_clipboard-js.scss
with
8 additions
and
4 deletions
+8
-4
docs/assets/scss/_clipboard-js.scss
+
8
-
4
View file @
4520b0f5
...
...
@@ -6,6 +6,10 @@
position
:
relative
;
display
:
none
;
float
:
right
;
+
.highlight
{
margin-top
:
0
;
}
}
.btn-clipboard
{
...
...
@@ -20,11 +24,11 @@
cursor
:
pointer
;
background-color
:
transparent
;
border-radius
:
.25rem
;
}
.btn-clipboard-hover
{
color
:
#fff
;
background-color
:
#027de7
;
&
:hover
{
color
:
#fff
;
background-color
:
#027de7
;
}
}
@media
(
min-width
:
768px
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets