Add blur for line actions (#455)

This commit is contained in:
Evan Simkowitz 2024-03-14 12:19:21 -07:00 committed by GitHub
parent 21bf07bbf8
commit 3f7c48a9ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,6 +126,7 @@
&:hover .line-actions {
background-color: var(--line-actions-bg-color);
backdrop-filter: blur(8px);
.line-icon {
visibility: visible;
}