fix #156 improve copy code button
This commit is contained in:
parent
55b3437bfd
commit
c7d2f8b25a
@ -667,8 +667,8 @@ ul.language-select > li, ul.footer-menu > li {
|
|||||||
.highlight-copy-btn {
|
.highlight-copy-btn {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 7px;
|
top: 18px;
|
||||||
right: 7px;
|
right: 2px;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
@ -684,6 +684,7 @@ ul.language-select > li, ul.footer-menu > li {
|
|||||||
transition-duration: .1s;
|
transition-duration: .1s;
|
||||||
background-color: #666;
|
background-color: #666;
|
||||||
border: 1px solid var(--bq-color) !important;
|
border: 1px solid var(--bq-color) !important;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-copy-btn,
|
.highlight-copy-btn,
|
||||||
|
Loading…
Reference in New Issue
Block a user