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

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