Skip to content

Commit

Permalink
Update query-connector/src/styles/custom-styles.scss
Browse files Browse the repository at this point in the history
Co-authored-by: fzhao99 <[email protected]>
  • Loading branch information
robertandremitchell and fzhao99 authored Oct 17, 2024
1 parent 87bb3fa commit bab3b9b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions query-connector/src/styles/custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,12 @@ hr.custom-hr {

.custom-query-step-indicator .usa-step-indicator__header {
display: none !important;
.customize-accordion .usa-accordion__button[aria-expanded="true"],
.customize-accordion .usa-accordion__button[aria-expanded="false"] {
background-size: 16px 10px;
background-position: top 24px right 20px;
}
}
.customize-accordion .usa-accordion__button[aria-expanded="true"],
.customize-accordion .usa-accordion__button[aria-expanded="false"] {
background-size: 16px 10px;
background-position: top 24px right 20px;
}

.customize-accordion .usa-accordion__button[aria-expanded="true"] {
background-image: url("./assets/expandUp.svg");
Expand Down

0 comments on commit bab3b9b

Please sign in to comment.