enhance: add close button to quit highlight recent blocks

This commit is contained in:
Tienson Qin
2024-12-02 22:06:54 +08:00
parent 8b8fd8712c
commit 82ea47382e
2 changed files with 34 additions and 24 deletions

View File

@@ -1062,6 +1062,7 @@ html.is-mac {
}
}
.recent-block .bullet-container .bullet {
border: 2px solid;
.recent-block {
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
background-color: var(--ls-secondary-background-color, var(--rx-gray-03));
}