From ffcce04debcb6b267fbe0f19d4dcd29532eae20f Mon Sep 17 00:00:00 2001 From: chris48s Date: Mon, 10 Jul 2023 16:39:16 +0100 Subject: [PATCH] edit comment about styles to remove in future (#9363) --- frontend/src/css/custom.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/css/custom.css b/frontend/src/css/custom.css index bf4e0384a3ed3..a507cb739cb82 100644 --- a/frontend/src/css/custom.css +++ b/frontend/src/css/custom.css @@ -31,17 +31,17 @@ html[data-theme="dark"] .docusaurus-highlight-code-line { color-scheme: initial; } +/* +TODO: remove these three styles when +we can upgrade to docusaurus-theme-openapi@0.6.5 +*/ + input[type="text"], :not(#fakeID#fakeId#fakeID) select { border-color: var(--ifm-color-primary-lightest); border-style: solid; border-width: 1px; } -/* -TODO: remove these two styles when -we can upgrade to docusaurus-theme-openapi@0.6.5 -*/ - div.api-code-tab-group { justify-content: center; flex-wrap: wrap;