Skip to content

Commit

Permalink
fix: block ref preview header opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Oct 25, 2021
1 parent ae64bf9 commit e3e6894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

.open-block-ref-link {
opacity: 1;
font-family: Asap;
font-weight: 600;
font-variant-numeric: tabular-nums;
}
Expand Down
1 change: 1 addition & 0 deletions src/_popups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
left: -0.5em;
top: -0.75em;
z-index: 2;
opacity: 1;
padding: 2px 1em 2px 1em !important;
background: var(--ct-query-header-background);
white-space: nowrap;
Expand Down

0 comments on commit e3e6894

Please sign in to comment.