fix(proton): email item text color on hover (#135)
This commit is contained in:
parent
c91e1f4476
commit
ea52274b67
@ -257,7 +257,7 @@
|
|||||||
.item-container:not(.item-is-selected):hover {
|
.item-container:not(.item-is-selected):hover {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: var(--navigation-current-item-background-color);
|
background-color: var(--navigation-current-item-background-color);
|
||||||
color: var(--email-item-selected-text-color);
|
color: var(--email-item-unread-text-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user