1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Fixes#10196: Added hover effect to detailed renderer (#10213)

This commit is contained in:
Mohamad Ashraf 2024-03-26 16:05:40 +02:00 committed by GitHub
parent 876fa324e5
commit 7f34afcaea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,10 @@ const renderer: ListRenderer = {
display: flex;
height: 100%;
&:hover, :focus-visible {
background-color: var(--joplin-background-color-hover3);
}
> .item {
display: flex;
align-items: center;