disable fadein of selected block halo with snappy transitions

This commit is contained in:
dragonwocky 2020-11-02 17:10:00 +11:00
parent 4d5754779a
commit 1e1c536f7b

View File

@ -26,6 +26,9 @@
animation-duration: 0s !important;
transition-duration: 0s !important;
}
[data-tweaks*='[snappy_transitions]'] .notion-selectable-halo {
opacity: 1 !important;
}
[data-tweaks*='[hide_help]'] .notion-help-button {
display: none !important;