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:
parent
4cf4b41c4e
commit
40fa1d235a
|
@ -1,3 +1,4 @@
|
||||||
|
2.8.0.beta9: 4cf4b41c4e2c85b07da5d29353371a7593cac735
|
||||||
2.8.0.beta3: 13168027eb6f4cb2f9532fe9820b3f1284f37fcf
|
2.8.0.beta3: 13168027eb6f4cb2f9532fe9820b3f1284f37fcf
|
||||||
2.7.7: 13168027eb6f4cb2f9532fe9820b3f1284f37fcf
|
2.7.7: 13168027eb6f4cb2f9532fe9820b3f1284f37fcf
|
||||||
2.7.0.beta2: 30248619e28d5f173c4dfd149d3d8ba39e3b8796
|
2.7.0.beta2: 30248619e28d5f173c4dfd149d3d8ba39e3b8796
|
||||||
|
|
|
@ -5,5 +5,9 @@
|
||||||
value=status
|
value=status
|
||||||
valueProperty="value"
|
valueProperty="value"
|
||||||
onChange=(action "changeStatus")
|
onChange=(action "changeStatus")
|
||||||
|
options=(hash
|
||||||
|
caretDownIcon="caret-right"
|
||||||
|
caretUpIcon="caret-down"
|
||||||
|
)
|
||||||
}}
|
}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -3,7 +3,6 @@ $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 {
|
.select-kit-header {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue