From 1e1c536f7bc3befabb48c5d13847da5d657bf883 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Mon, 2 Nov 2020 17:10:00 +1100 Subject: [PATCH] disable fadein of selected block halo with snappy transitions --- repo/tweaks/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repo/tweaks/styles.css b/repo/tweaks/styles.css index 2dfe0e0..856c56a 100644 --- a/repo/tweaks/styles.css +++ b/repo/tweaks/styles.css @@ -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;