small fixes
This commit is contained in:
@ -229,7 +229,10 @@ body:after {
|
||||
color: var(--red);
|
||||
}
|
||||
/*Remove colored parameters bar*/
|
||||
.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span::after, .swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span::after, .swagger-ui .opblock.opblock-put .tab-header .tab-item.active h4 span::after, .swagger-ui .opblock.opblock-delete .tab-header .tab-item.active h4 span::after {
|
||||
.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span::after,
|
||||
.swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span::after,
|
||||
.swagger-ui .opblock.opblock-put .tab-header .tab-item.active h4 span::after,
|
||||
.swagger-ui .opblock.opblock-delete .tab-header .tab-item.active h4 span::after {
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user