mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 07:39:57 +02:00
proper fix for #18439 w/ clippy placement and hover
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user