Nested schema ui minor fix

This commit is contained in:
Roman Hotsiy 2016-04-13 14:23:58 +03:00
parent b097f1fdfa
commit 7562bc41f0

View File

@ -61,6 +61,12 @@ json-schema[nesteven="true"] {
> .params-wrap > .param:first-of-type > .param-name:before, > .params-wrap > .param:last-of-type > .param-name:after {
border-color: $side-menu-active-bg-color;
}
> .params-wrap > .param:last-of-type, > .params-wrap > .param.last {
> .param-name:after {
border-color: $side-menu-active-bg-color;
}
}
}
.param.complex > .param-info {