mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-19 02:00:43 +00:00
code: fix broken block-copy-to-clipboard-button #1022
This commit is contained in:
parent
4714e07770
commit
e9c1b8ebaa
2 changed files with 5 additions and 5 deletions
|
@ -1437,14 +1437,10 @@ html[dir='rtl'] .topbar-button-next i {
|
||||||
border-end-start-radius: 0;
|
border-end-start-radius: 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
bottom: calc(var(--bpx1) * -1px);
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline;
|
display: inline;
|
||||||
font: initial;
|
font: initial;
|
||||||
font-size: 0.934375rem;
|
font-size: 0.934375rem;
|
||||||
inset-inline-end: 0;
|
|
||||||
margin-inline-start: -22px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-copy-to-clipboard-button {
|
.inline-copy-to-clipboard-button {
|
||||||
|
@ -1454,7 +1450,11 @@ html[dir='rtl'] .topbar-button-next i {
|
||||||
border-start-end-radius: 2px;
|
border-start-end-radius: 2px;
|
||||||
border-end-end-radius: 2px;
|
border-end-end-radius: 2px;
|
||||||
border-end-start-radius: 0;
|
border-end-start-radius: 0;
|
||||||
|
bottom: calc(var(--bpx1) * -1px);
|
||||||
color: var(--INTERNAL-CODE-INLINE-color);
|
color: var(--INTERNAL-CODE-INLINE-color);
|
||||||
|
inset-inline-end: 0;
|
||||||
|
margin-inline-start: -22px;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
.inline-copy-to-clipboard-button:hover {
|
.inline-copy-to-clipboard-button:hover {
|
||||||
background-color: var(--INTERNAL-CODE-INLINE-color);
|
background-color: var(--INTERNAL-CODE-INLINE-color);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.3.2+865f195d595ccfd74eac88b825db8f890aa97633
|
7.3.2+4714e0777098da36124958f4924dcda9b87cc4ad
|
Loading…
Add table
Reference in a new issue