Skip to content

Commit

Permalink
[Release] Stage to Main (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-pr-merge[bot] authored Aug 20, 2024
2 parents 53f37de + dad8c45 commit 7dbef3a
Show file tree
Hide file tree
Showing 22 changed files with 623 additions and 665 deletions.
1 change: 1 addition & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ paths-ignore:
- 'tools/floodgate/**'
- 'tools/translation/**'
- node_modules
- libs/deps/mas
8 changes: 8 additions & 0 deletions libs/blocks/accordion/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ dl.accordion {
border-bottom: 1px solid var(--color-gray-500);
}

.accordion-container.no-borders dl.accordion {
border: none;
}

.accordion dd {
margin: 0;
padding: var(--spacing-xs);
Expand Down Expand Up @@ -42,6 +46,10 @@ dl.accordion {
color: var(--color-black);
}

.accordion-container.no-borders .accordion dt button {
border: none;
}

.accordion dt .accordion-heading {
margin: 0;
}
Expand Down
Loading

0 comments on commit 7dbef3a

Please sign in to comment.