mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Standardize select list li hover color
This commit is contained in:
parent
e690f00994
commit
d479b03056
@ -5,10 +5,6 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.fuzzy-finder li:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.fuzzy-finder ol:empty {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
@ -16,6 +16,10 @@
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.select-list li:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.select-list ol .selected {
|
||||
background: green;
|
||||
}
|
||||
@ -23,4 +27,4 @@
|
||||
.select-list .error {
|
||||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user