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:
parent
876fa324e5
commit
7f34afcaea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user