xP: highlight hovered buffer list items

To make it apparent which one would be closed by a middle click.
This commit is contained in:
2023-04-14 10:57:30 +02:00
parent af5f209c53
commit 9932b35a10

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;