Skip to content

Commit

Permalink
Fix summary arrows for nested summary sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Aug 5, 2023
1 parent 4ce87bd commit 64f76be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs_src/_data/release.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.12.6"
"version": "0.12.7"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/common/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ img {

details {
padding: 2 * $padding-unit;

summary {
border-bottom: 1px solid lighten($tertiary-color, 30%);
padding: 2 * $padding-unit 0;
Expand Down Expand Up @@ -253,7 +254,7 @@ details {
summary {
margin-bottom: 2 * $margin-unit;
}
summary::before {
& > summary::before {
transform: rotate(135deg);
left: 2 * $padding-unit;
}
Expand Down

0 comments on commit 64f76be

Please sign in to comment.