Commit 4520b0f5 authored by Mark Otto's avatar Mark Otto
Browse files

proper fix for #18439 w/ clippy placement and hover

parent ed0e6be8
Showing with 8 additions and 4 deletions
+8 -4
......@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment