Update openapi index.css (#4556)
* Update index.css Fixes https://github.com/hapifhir/hapi-fhir/issues/4555 * Add changelog --------- Co-authored-by: James Agnew <jamesagnew@gmail.com>
This commit is contained in:
parent
660de6cc60
commit
a91490f1ef
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
type: fix
|
||||||
|
issue: 4556
|
||||||
|
title: "The CSS file used by the OpenApiInterceptor to serve up the Swagger UI
|
||||||
|
component inadvertently blocked the authorization button evem when it was
|
||||||
|
wanted. This has been fixed. Thanks Jesse Bonzo for the contribution!"
|
|
@ -141,6 +141,10 @@ body
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disable the servers dropdown, which is useless here */
|
/* Disable the servers dropdown, which is useless here */
|
||||||
.swagger-ui .scheme-container {
|
.swagger-ui .scheme-container .servers-title {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swagger-ui .scheme-container .servers {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue