Skip to content

Commit

Permalink
Hide details marker
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Mar 14, 2023
1 parent 1d11ffc commit efd9446
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@
.openapi-markdown__details p {
margin-bottom: 0;
}

/* Hide defaul details marker by default */
details summary::-webkit-details-marker {
display: none;
}

0 comments on commit efd9446

Please sign in to comment.