mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
proper fix for #18439 w/ clippy placement and hover
This commit is contained in:
parent
ed0e6be863
commit
4520b0f5d0
@ -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 {
|
||||
&:hover {
|
||||
color: #fff;
|
||||
background-color: #027de7;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
Loading…
Reference in New Issue
Block a user