Skip to content

Instantly share code, notes, and snippets.

@rattrayalex
Last active March 6, 2022 15:13
Embed
What would you like to do?
Stylish CSS Theme for uncluttering Notion's text editor
[contenteditable][placeholder="Type '/' for commands"]:empty:after,
[contenteditable][placeholder="List"]:empty:after {
content: ' ' !important;
}
.notion-focusable[role="button"] > svg.plus {
display: none !important;
}
.notion-focusable[role="button"]:hover > svg.plus {
display: block !important;
}
.notion-focusable[role="button"] > svg.dragHandle {
display: none !important;
}
.notion-focusable[role="button"]:hover > svg.dragHandle {
display: block !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment