Skip to content

Commit

Permalink
Merge pull request #160 from devgeniem/TMS-1044
Browse files Browse the repository at this point in the history
TMS-1044: Accordion style changes
  • Loading branch information
eebbi authored Jun 4, 2024
2 parents 3232bc1 + fe7ed06 commit 3c8f64f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 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.18.5] - 2024-03-18

- TMS-1015: Header accessibility fixes
Expand Down
22 changes: 19 additions & 3 deletions assets/styles/overrides/_accordion.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.accordion{
&__row{
&, &:hover {border-color: $white};
&__row {
&,
&:hover {
border-color: $white
};
}
.icon.is-accent{
.icon.is-accent {
fill: $white !important;
}

Expand All @@ -12,4 +15,17 @@
max-height: $image-max-height;
}
}

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

&__close-all,
&__open-all {
.icon {
fill: $white !important;
}
}
}

0 comments on commit 3c8f64f

Please sign in to comment.