mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 23:26:25 +03:00
Only change text color when select list item matches :hover
Closes #303
This commit is contained in:
parent
00c1fdce38
commit
cf07eef3ae
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user