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;
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user