💥 fix(runner): result selection not working, scrolledwindow not scrolling automatically with focused row

This commit is contained in:
retrozinndev
2025-07-27 17:51:10 -03:00
parent d3df0f0aec
commit a67da99839
8 changed files with 214 additions and 156 deletions
+1 -15
View File
@@ -17,10 +17,6 @@
* {
@include mixins.reset-props;
/*&:focus {
box-shadow: inset 0 0 0 2px colors.$fg-primary;
}*/
}
entry {
@@ -55,6 +51,7 @@ entry {
& .options {
& button {
@include mixins.button-reactive-primary;
background: colors.$bg-primary;
border-radius: 12px;
padding: 9px 6px;
@@ -68,14 +65,6 @@ entry {
left: 4px;
right: 4px;
};
&:hover {
background: colors.$bg-secondary;
}
&:focus {
box-shadow: inset 0 0 0 2px colors.$fg-primary;
}
}
}
@@ -275,15 +264,12 @@ trough {
trough highlight {
background: wal.$color1;
min-height: .9em;
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
}
trough slider {
border-radius: 50%;
margin: -2px 0;
background: wal.$foreground;
margin-left: -1px;
min-width: 1.2em;
min-height: 1.2em;
}