fix: block ref style

pull/3341/head^2
Tienson Qin 2021-12-05 22:25:57 +08:00
parent d7c4392ecb
commit 1539e0e806
2 changed files with 1 additions and 6 deletions

View File

@ -1090,10 +1090,6 @@ mark {
/* block references */
.block-ref {
display: inline;
}
.block-ref .block-ref {
padding: 6px 5px;
border: none;

View File

@ -165,7 +165,7 @@
border-bottom-color: var(--ls-block-ref-link-text-color);
cursor: alias;
padding: 2px 0;
display: inline;
display: inline-block;
&:hover {
color: var(--ls-link-text-hover-color);
@ -531,4 +531,3 @@ span.cloze-revealed {
.block-parents a:hover {
opacity: 1;
}