Reduce flicker when moving between blocks with keyboard

This commit is contained in:
Phoenix Eliot
2022-06-27 02:18:23 -04:00
committed by Tienson Qin
parent 4faf26f838
commit e92af35954
2 changed files with 2 additions and 1 deletions

View File

@@ -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;
}