From b02ed3e36af704bb385e59a654440897a426ba9f 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 --- CHANGELOG.md | 4 ++++ mods/tweaks/styles.css | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55736c8..6653491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ - [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc) - [advanced math editor](https://github.com/Manueloccorso/NotionMathEditor_BrowserExtension) +### v0.10.1 (wip) + +- bugfix: disable fadein of selected block halo with snappy transitions. + ### v0.10.0 (2020-11-02) a flexibility update. diff --git a/mods/tweaks/styles.css b/mods/tweaks/styles.css index 2dfe0e0..856c56a 100644 --- a/mods/tweaks/styles.css +++ b/mods/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;