You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop: Fixes#10196: Added hover effect to detailed renderer (#10213)
This commit is contained in:
@@ -33,6 +33,10 @@ const renderer: ListRenderer = {
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
&:hover, :focus-visible {
|
||||||
|
background-color: var(--joplin-background-color-hover3);
|
||||||
|
}
|
||||||
|
|
||||||
> .item {
|
> .item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user