mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
Enhance: plugin-related improvements (#8787)
- fix: Select and Input elements rendered using provideUI via onMacroRendererSlotted don't function #8374 - fix: logseq.Editor.getPageBlocksTree does not work when page uuid is passed in as param #4920 - feat: add a plug-in flag for the plugin slash commands item - feat: add logseq.App.setCurrentGraphConfigs: (configs: {}) => Promise<void> - feat: add hook logseq.App.onTodayJournalCreated: IUserHook<{ title: string } - enhance: auto-check updates for the installed plugins from Marketplace - feat: expose template-related APIs to SDK
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
justify-content: space-between;
|
||||
|
||||
small {
|
||||
visibility: hidden;
|
||||
visibility: visible;
|
||||
cursor: help;
|
||||
|
||||
svg {
|
||||
opacity: .5;
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
&:hover svg {
|
||||
@@ -26,7 +26,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&:hover, &.chosen {
|
||||
.has-help small {
|
||||
visibility: visible;
|
||||
|
||||
Reference in New Issue
Block a user