mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-10 23:39:03 +00:00
disable fadein of selected block halo with snappy transitions
This commit is contained in:
parent
7bfb1bb9f9
commit
b02ed3e36a
@ -5,6 +5,10 @@
|
|||||||
- [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc)
|
- [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc)
|
||||||
- [advanced math editor](https://github.com/Manueloccorso/NotionMathEditor_BrowserExtension)
|
- [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)
|
### v0.10.0 (2020-11-02)
|
||||||
|
|
||||||
a flexibility update.
|
a flexibility update.
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
animation-duration: 0s !important;
|
animation-duration: 0s !important;
|
||||||
transition-duration: 0s !important;
|
transition-duration: 0s !important;
|
||||||
}
|
}
|
||||||
|
[data-tweaks*='[snappy_transitions]'] .notion-selectable-halo {
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
[data-tweaks*='[hide_help]'] .notion-help-button {
|
[data-tweaks*='[hide_help]'] .notion-help-button {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user