[swagger] Hide authorize button (functionality remains accessible via the lock icons)
This commit is contained in:
parent
ad17c7c097
commit
547b385c29
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@
|
||||||
|
|
||||||
.swagger-ui .scheme-container {
|
.swagger-ui .scheme-container {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
|
padding: 0;
|
||||||
|
margin-bottom: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swagger-ui .scheme-container .auth-wrapper {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
img[alt="Swagger UI"] {
|
img[alt="Swagger UI"] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue