File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
app/design/adminhtml/Magento/backend/web/app/setup/styles/less/pages
view/magento/setup/navigation Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 19
19
padding-top : @main__indent-top ;
20
20
}
21
21
22
+ .menu-wrapper {
23
+ .logo-static {
24
+ pointer-events : none ;
25
+ }
26
+ }
27
+
22
28
//
23
29
// Header
24
30
// _____________________________________________
Original file line number Diff line number Diff line change 6
6
7
7
// @codingStandardsIgnoreFile
8
8
9
- use Magento \Backend \Model \UrlInterface ;
10
- use Magento \Framework \App \ObjectManager ;
11
-
12
- $ objectManager = ObjectManager::getInstance ();
13
- /** @var Magento\Backend\Model\UrlInterface $backendUrl */
14
- $ backendUrl = $ objectManager ->get (UrlInterface::class);
15
-
16
9
?>
17
10
<?php $ expressions = []; foreach ( $ this ->main as $ item ): ?>
18
11
<?php $ expressions [] = '!$state.is( \'' . $ item ['id ' ] . '\') ' ;
@@ -27,13 +20,13 @@ $backendUrl = $objectManager->get(UrlInterface::class);
27
20
ng-show="<?= implode ( '&& ' , $ expressions ) ?> "
28
21
>
29
22
<nav class="admin__menu" ng-controller="mainController">
30
- <a href=" <?= $ backendUrl -> getBaseUrl () . $ backendUrl -> getAreaFrontName (); ?> "
31
- class="logo"
23
+ <span
24
+ class="logo logo-static "
32
25
data-edition="Community Edition">
33
26
<img class="logo-img"
34
27
src="./pub/images/logo.svg"
35
28
alt="Magento Admin Panel">
36
- </a >
29
+ </span >
37
30
<ul id="nav" role="menubar">
38
31
<li class="item-home level-0" ng-class="{_active: $state.current.name === 'root.home'}">
39
32
<a href="" ui-sref="root.home">
You can’t perform that action at this time.
0 commit comments