ags(runner): make runner work by keyboard keys, focus entry on type + style improvements

This commit is contained in:
retrozinndev
2025-03-10 20:22:48 -03:00
parent 03813021a8
commit 902361d74e
4 changed files with 76 additions and 82 deletions
+4 -5
View File
@@ -32,15 +32,14 @@
}
& list {
& eventbox:focus > box,
& eventbox:hover > box,
& listboxchild:selected eventbox > box,
& listboxchild:active eventbox > box {
& > *:selected > .result,
& > *:active > .result,
& > *:hover > .result {
background: colors.$bg-secondary;
}
}
& list eventbox > .result {
& list .result {
padding: 10px;
background: colors.$bg-primary;
margin: 2px 0;