2 * Tweaks for the Swagger UI CSS to make it work inside MediaWiki
5 /* stylelint-disable selector-class-pattern */
8 * Fix title bullet background.
10 .swagger-ui .info .title small pre {
16 * fix example code light-on-dark.
26 * Hide input fields until we are in "try it out" mode.
28 .parameters-col_description input
[ disabled
],
29 .parameters-col_description select[ disabled ] {
34 * Hide the no JavaScript error if there is JavaScript
36 .client-js .mw-restsandbox-client-nojs {