Skip to content

Commit

Permalink
remove docusaurus css hacks (#10495)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Sep 4, 2024
1 parent d98ebbd commit 026b45e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions frontend/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,3 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
.opencollective-image {
color-scheme: initial;
}

/*
TODO: remove these three styles when
we can upgrade to [email protected]
*/

input[type="text"], :not(#fakeID#fakeId#fakeID) select {
border-color: var(--ifm-color-primary-lightest);
border-style: solid;
border-width: 1px;
}

div.api-code-tab-group {
justify-content: center;
flex-wrap: wrap;
}

div.api-code-tab-group button.api-code-tab {
width: unset;
}

0 comments on commit 026b45e

Please sign in to comment.