Skip to content

Commit b31ac63

Browse files
author
Oleksii Korshenko
committed
MAGETWO-81740: Fix #11236: Web Setup Wizard Icon Inconsistency #11388
- Merge Pull Request #11388 from dverkade/magento2:Web_Setup_Wizard_Icon_Inconsistency - Merged commits: 1. ccb38ab
2 parents 6862632 + ccb38ab commit b31ac63

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app/design/adminhtml/Magento/backend/web/app/updater/styles/less/components/_menu.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,16 @@
5656
}
5757
}
5858

59-
.item-component {
59+
.item-component,
60+
.item-extension {
6061
> a {
6162
&:before {
6263
content: @icon-lego__content;
6364
}
6465
}
6566
}
6667

67-
.item-extension {
68+
.item-module {
6869
> a {
6970
&:before {
7071
content: @icon-module__content;

setup/pub/styles/setup.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/view/magento/setup/navigation/side-menu.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<span>Extension Manager</span>
4040
</a>
4141
</li>
42-
<li class="item-component level-0" ng-class="{_active: $state.current.type === 'module'}">
42+
<li class="item-module level-0" ng-class="{_active: $state.current.type === 'module'}">
4343
<a href="" ui-sref="root.module">
4444
<span>Module Manager</span>
4545
</a>

0 commit comments

Comments
 (0)