enhance(ux): improve interaction for the dummy block

This commit is contained in:
charlie
2024-09-02 11:17:03 +08:00
parent 5071417331
commit 24ff1d2540
4 changed files with 70 additions and 47 deletions

View File

@@ -327,7 +327,8 @@ h1.title, h1.title input, .ls-page-title-container {
}
.block-highlight,
.content .selected {
.content .selected,
.ls-dummy-block.selected {
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
background-color: var(--ls-block-highlight-color, var(--rx-gray-04));
}