feat: keyboard functionaliteit cmd/option up/down toegevoegd
This commit is contained in:
@@ -215,6 +215,18 @@ button:disabled {
|
||||
background: #e9f0fd;
|
||||
}
|
||||
|
||||
.list li.is-current-row {
|
||||
box-shadow: inset 0 0 0 1px #9cb7e8;
|
||||
}
|
||||
|
||||
.list li.is-current-row:not(.is-selected) {
|
||||
background: #f4f8ff;
|
||||
}
|
||||
|
||||
.list li.is-current-row.is-selected {
|
||||
background: #e3edff;
|
||||
}
|
||||
|
||||
.select-marker {
|
||||
appearance: none;
|
||||
width: 10px;
|
||||
|
||||
Reference in New Issue
Block a user