Skip to content

Commit

Permalink
Merge pull request #1533 from Enterprise-CMCS/master
Browse files Browse the repository at this point in the history
Merge master to prod (hide accordion button)
  • Loading branch information
Dark-Knight-1313 authored Oct 17, 2024
2 parents 832f361 + 90315f1 commit a6afe6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/ui-src/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2954,3 +2954,9 @@ article.form-container {
@extend .ds-c-button;
margin: 10px;
}
.accordion-button > svg {
display: none;
}
.inversed-accordion-button > svg {
display: none;
}

0 comments on commit a6afe6b

Please sign in to comment.