Skip to content

Commit

Permalink
test(prettier): Fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 26, 2022
1 parent e438d42 commit e3fd717
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/manage/Blocks/Accordion/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@
margin: 0;

.ui.accordion {
&.primary, &.secondary, &.tertiary {
&.primary,
&.secondary,
&.tertiary {
.active.title input,
.active.title i {
color: #fff ;
color: #fff;
}
}
}
Expand Down

0 comments on commit e3fd717

Please sign in to comment.