FIX: update solved filter due to core changes (#119)
This commit is contained in:
parent
47e60446e7
commit
8116c7974c
|
@ -20,3 +20,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.solved-status-filter {
|
||||||
|
margin: 0 3px 5px 3px; // matches core styles
|
||||||
|
}
|
||||||
|
|
|
@ -3,6 +3,10 @@ $solved-color: green;
|
||||||
.select-kit {
|
.select-kit {
|
||||||
&.solved-status-filter {
|
&.solved-status-filter {
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
|
margin-bottom: var(--nav-space); // core variable
|
||||||
|
.select-kit-header {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue