Skip to content

Commit

Permalink
Accordion typo fix (#692)
Browse files Browse the repository at this point in the history
* Accordion typo fix

* Changeset
  • Loading branch information
ollips authored Oct 7, 2024
1 parent 3383c26 commit f0dde11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-ears-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@microsoft/atlas-css': minor
---

Accordion typo - removing the unnecessary child selector
2 changes: 1 addition & 1 deletion css/src/components/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $accordion-transition: transform 0.15s !default;
flex-shrink: 0;
}

> &:hover {
&:hover {
color: $primary-hover;

&::before,
Expand Down

0 comments on commit f0dde11

Please sign in to comment.