Skip to content

Commit

Permalink
fix(design): remove :hover 'completed'
Browse files Browse the repository at this point in the history
  • Loading branch information
YU000jp committed Jul 26, 2023
1 parent bc45cd0 commit 5a70dae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ body:not(.${keySmallDONEproperty}) main div.block-properties:has(a[data-ref="${l
background: var(--ls-secondary-background-color);
padding: 0.1em 0.5em;
}
body:not(.${keySmallDONEproperty}) main div.block-properties:has(a[data-ref="${logseq.settings!.customPropertyName || "completed"}"])>div:hover {
font-size: unset;
background: var(--ls-secondary-background-color);
}
`);

//add completed property to done task
Expand Down

0 comments on commit 5a70dae

Please sign in to comment.