bisschen tests fixen

This commit is contained in:
2026-02-23 16:00:04 +01:00
parent 99db252f60
commit 7b53faca37
5 changed files with 43 additions and 41 deletions

View File

@@ -111,10 +111,36 @@
color: var(--app-color);
}
/* Reset all Pico CSS button styles that bleed into Swagger UI */
.swagger-ui button {
cursor: pointer;
background: transparent;
border: 0;
padding: 0;
margin: 0;
color: inherit;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
line-height: inherit;
border-radius: 0;
box-shadow: none;
text-transform: none;
/* Reset CSS custom properties set by app base styles on all buttons */
--app-background-color: initial;
--app-border-color: initial;
--app-color: initial;
--app-box-shadow: initial;
}
/* Restore sizing/appearance for Swagger UI action buttons (.btn) */
.swagger-ui .btn {
padding: 6px 23px;
font-size: 14px;
font-weight: 700;
border: 2px solid transparent;
border-radius: var(--app-border-radius);
background: transparent;
}
.swagger-ui .opblock .opblock-summary-description {