1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

proper fix for #18439 w/ clippy placement and hover

This commit is contained in:
Mark Otto
2015-12-07 21:35:00 -08:00
parent ed0e6be863
commit 4520b0f5d0

View File

@@ -6,6 +6,10 @@
position: relative; position: relative;
display: none; display: none;
float: right; float: right;
+ .highlight {
margin-top: 0;
}
} }
.btn-clipboard { .btn-clipboard {
@@ -20,11 +24,11 @@
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: .25rem; border-radius: .25rem;
}
.btn-clipboard-hover { &:hover {
color: #fff; color: #fff;
background-color: #027de7; background-color: #027de7;
}
} }
@media (min-width: 768px) { @media (min-width: 768px) {