💥 fix(runner): result selection not working, scrolledwindow not scrolling automatically with focused row
This commit is contained in:
+1
-15
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user