UX: update filter breadcrumb due to core changes (#181)

* UX: update filter breadcrumb due to core changes

* remove trailing spaced
This commit is contained in:
Kris 2021-12-23 13:46:56 -05:00 committed by GitHub
parent 4cf4b41c4e
commit 40fa1d235a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
2.8.0.beta9: 4cf4b41c4e2c85b07da5d29353371a7593cac735
2.8.0.beta3: 13168027eb6f4cb2f9532fe9820b3f1284f37fcf
2.7.7: 13168027eb6f4cb2f9532fe9820b3f1284f37fcf
2.7.0.beta2: 30248619e28d5f173c4dfd149d3d8ba39e3b8796

View File

@ -5,5 +5,9 @@
value=status
valueProperty="value"
onChange=(action "changeStatus")
options=(hash
caretDownIcon="caret-right"
caretUpIcon="caret-down"
)
}}
{{/if}}

View File

@ -3,7 +3,6 @@ $solved-color: green;
.select-kit {
&.solved-status-filter {
min-width: auto;
margin-bottom: var(--nav-space); // core variable
.select-kit-header {
margin: 0;
}