Skip to content

Commit

Permalink
inline details marker
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 12, 2024
1 parent d81085a commit db63764
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,10 @@ label {
margin-top: 1em;
}

details summary::-webkit-details-marker {
display: none;
details summary {
cursor: pointer;
}

details summary > * {
display: inline;
}

0 comments on commit db63764

Please sign in to comment.