Skip to content

Commit

Permalink
Merge pull request #1516 from Enterprise-CMCS/oy2-30444
Browse files Browse the repository at this point in the history
remove svg icon from faq header buttons and filter panel buttons
  • Loading branch information
anyoussefinia authored Oct 2, 2024
2 parents ddd8db9 + 39b38f6 commit 90315f1
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 90315f1

Please sign in to comment.