xP: highlight hovered buffer list items
To make it apparent which one would be closed by a middle click.
This commit is contained in:
@@ -120,6 +120,9 @@ button:hover:active {
|
|||||||
.item.activity {
|
.item.activity {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
.item:hover {
|
||||||
|
background: #f8f8f8;
|
||||||
|
}
|
||||||
.item.current {
|
.item.current {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
|||||||
Reference in New Issue
Block a user