mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Only change text color when select list item matches :hover
Closes #303
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user