Only change text color when select list item matches :hover

Closes #303
This commit is contained in:
probablycorey 2013-03-29 15:09:53 -07:00
parent 00c1fdce38
commit cf07eef3ae

View File

@ -4,7 +4,7 @@
}
.select-list li .label {
color: #ddd;
color: #bbb;
}
.select-list .key-binding {
@ -17,8 +17,8 @@
line-height: 100%;
}
.select-list li:hover {
background-color: #2c2c2c;
.select-list li:hover .label {
color: #fff;
}
.select-list ol .selected {