✨ ags(runner): make runner work by keyboard keys, focus entry on type + style improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user