mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
Reduce flicker when moving between blocks with keyboard
This commit is contained in:
committed by
Tienson Qin
parent
4faf26f838
commit
e92af35954
@@ -878,7 +878,7 @@ h1.title {
|
||||
|
||||
.block-highlight,
|
||||
.content .selected {
|
||||
transition: background-color 0.15s;
|
||||
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
|
||||
background-color: var(--ls-block-highlight-color);
|
||||
padding: -1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user