Skip to content

Commit

Permalink
uncomment version dropdown styles (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Jul 2, 2024
1 parent 2cd7890 commit 8437329
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/docusaurus-theme-openapi-docs/src/theme/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@

/* Version button */

// .version-button div {
// display: block;
// }
.version-button div {
display: block;
}

// .version-button div > button > span::after {
// border-color: currentcolor transparent;
// border-style: solid;
// border-width: 0.4em 0.4em 0;
// content: "";
// margin-left: 0.3em;
// position: relative;
// transform: translateY(-50%);
// display: inline-block;
// font-size: 0.8rem;
// top: 1px;
// }
.version-button div > button > span::after {
border-color: currentcolor transparent;
border-style: solid;
border-width: 0.4em 0.4em 0;
content: "";
margin-left: 0.3em;
position: relative;
transform: translateY(-50%);
display: inline-block;
font-size: 0.8rem;
top: 1px;
}

.openapi__logo {
width: 250px;
Expand Down

0 comments on commit 8437329

Please sign in to comment.