Skip to content

Commit 98cc405

Browse files
committed
css: fix swagger loading spinner in dark mode
Make the loading spinner a light color against the dark background. Signed-off-by: Mike Szczys <[email protected]>
1 parent 114ee0c commit 98cc405

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/custom-swagger-ui.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@ html[data-theme="dark"] .swagger-ui textarea .swagger-ui .opblock .opblock-secti
9292
html[data-theme="dark"] .swagger-ui .opblock-body pre.microlight {
9393
background-color: var(--golioth-color-cod-gray) !important;
9494
}
95+
96+
html[data-theme="dark"] .loading-container .loading {
97+
filter: invert(100%);
98+
}

0 commit comments

Comments
 (0)