feat: keyboard functionaliteit cmd/option up/down toegevoegd

This commit is contained in:
kodi
2026-03-11 12:35:47 +01:00
parent 212d55ae54
commit df47bd13b3
3 changed files with 422 additions and 24 deletions
+12
View File
@@ -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;