mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-26 23:10:33 +03:00
Nested schema ui minor fix
This commit is contained in:
parent
b097f1fdfa
commit
7562bc41f0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user