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:
Jesse Bonzo 2024-04-29 08:16:14 -07:00 committed by GitHub
parent 660de6cc60
commit a91490f1ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 2 deletions

View File

@ -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!"

View File

@ -141,6 +141,10 @@ body
}
/* Disable the servers dropdown, which is useless here */
.swagger-ui .scheme-container {
display: none;
.swagger-ui .scheme-container .servers-title {
display: none;
}
.swagger-ui .scheme-container .servers {
display: none;
}

View File

@ -905,6 +905,10 @@
<id>pano-smals</id>
<name>pano-smals</name>
</developer>
<developer>
<id>jbonzohln</id>
<name>Jesse Bonzo</name>
</developer>
</developers>
<licenses>