Skip to content

Commit

Permalink
Bug 34608 - contrast mode accordion icon issue fix done
Browse files Browse the repository at this point in the history
  • Loading branch information
ofcom-ramakrishnan committed Dec 6, 2024
1 parent 2aea017 commit 476fc78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/main-1.css
Original file line number Diff line number Diff line change
Expand Up @@ -6411,4 +6411,11 @@ agendas-container agendas-item agendas-published {
.alert .alert-close svg {
fill: aliceblue;
}
.step-accordion .accordion-item .accordion-button:not(.collapsed)::after {
background-image: url("../assets/img/web-icons/Accordion-expand-contrast-mode.svg") !important;
}

.step-accordion .accordion-item .accordion-button::after {
background-image: url("../assets/img/web-icons/Accordion-contract-contrast-mode.svg") !important;
}
}

0 comments on commit 476fc78

Please sign in to comment.