Skip to content

Commit

Permalink
IBX-2775: Fix prettier styling (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored May 13, 2022
1 parent 4db07ca commit 619c22f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/public/scss/_main-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
&--selected {
color: $ibexa-color-info;
background-color: $ibexa-color-info-800;

.ibexa-main-menu {
&__item-icon {
fill: $ibexa-color-info;
}

&__item-text-column {
color: $ibexa-color-info;
}
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/Resources/public/scss/_popup-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
border-top: calculateRem(1px) solid $ibexa-color-info-800;

.ibexa-popup-menu__items-list {
padding-left: calculateRem(6px)
padding-left: calculateRem(6px);
}
}

Expand Down Expand Up @@ -99,7 +99,7 @@

&--group-name {
color: $ibexa-color-light-700;

&:hover {
background-color: initial;
color: $ibexa-color-light-700;
Expand Down

0 comments on commit 619c22f

Please sign in to comment.