Skip to content

Commit

Permalink
MAGETWO-81740: Fix #11236: Web Setup Wizard Icon Inconsistency #11388
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Dec 1, 2017
2 parents 7c63e19 + b31ac63 commit c384e0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,16 @@
}
}

.item-component {
.item-component,
.item-extension {
> a {
&:before {
content: @icon-lego__content;
}
}
}

.item-extension {
.item-module {
> a {
&:before {
content: @icon-module__content;
Expand Down
2 changes: 1 addition & 1 deletion setup/pub/styles/setup.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup/view/magento/setup/navigation/side-menu.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<span>Extension Manager</span>
</a>
</li>
<li class="item-component level-0" ng-class="{_active: $state.current.type === 'module'}">
<li class="item-module level-0" ng-class="{_active: $state.current.type === 'module'}">
<a href="" ui-sref="root.module">
<span>Module Manager</span>
</a>
Expand Down

0 comments on commit c384e0d

Please sign in to comment.