Skip to content

Commit

Permalink
fix: hide add button for page preview
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Aug 26, 2021
1 parent 2aedd79 commit df2bbc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/_popups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@
.tippy-wrapper > :is(div:first-child, h2:first-child, .block-parents) a {
color: var(--ct-query-header-color);
}

// Hide add button for page preview
.tippy-popper .add-button {
display: none;
}

0 comments on commit df2bbc5

Please sign in to comment.