mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Reduce flicker when moving between blocks with keyboard
This commit is contained in:
committed by
Tienson Qin
parent
4faf26f838
commit
e92af35954
@@ -335,6 +335,7 @@
|
||||
min-height: 24px;
|
||||
padding: 2px 0;
|
||||
border-bottom: 1px solid transparent;
|
||||
transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
|
||||
|
||||
&.selected {
|
||||
border-bottom-color: var(--ls-primary-background-color);
|
||||
|
||||
Reference in New Issue
Block a user