Skip to content

Commit

Permalink
TMS-1044: Accordion style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed May 30, 2024
1 parent 180a35e commit a8f767a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1044: Accordion style changes

## [1.2.5] - 2024-05-20

- TMS-1028: Add social-media link column to footer
Expand Down
18 changes: 18 additions & 0 deletions assets/styles/blocks/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,22 @@
max-height: $image-max-height;
}
}

&__close-all,
&__open-all,
&__icon-text {
color: $black !important;
}

&__close-all,
&__open-all {
&:hover,
&:focus,
&:active
&:focus:active,
&:hover:active {
background-color: transparent !important;
color: $black !important;
}
}
}

0 comments on commit a8f767a

Please sign in to comment.