Skip to content

Commit

Permalink
edit comment about styles to remove in future (#9363)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Jul 10, 2023
1 parent b9d9675 commit ffcce04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ffcce04

Please sign in to comment.