xP: highlight hovered buffer list items

To make it apparent which one would be closed by a middle click.
This commit is contained in:
Přemysl Eric Janouch 2023-04-14 10:57:30 +02:00
parent af5f209c53
commit 9932b35a10
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ button:hover:active {
.item.activity {
font-weight: bold;
}
.item:hover {
background: #f8f8f8;
}
.item.current {
font-style: italic;
background: #eee;