|
3 | 3 | ng-class="{'is-global-nav-open': isGlobalNavOpen}" |
4 | 4 | ng-show="isVisible" |
5 | 5 | > |
| 6 | + |
6 | 7 | <!-- Logo --> |
7 | | - <li |
8 | | - ng-if="!logoBrand && !smallLogoBrand" |
9 | | - aria-label="{{ appTitle }} Logo" |
10 | | - class="logo kibana" |
11 | | - ></li> |
| 8 | + <div class="global-nav__logo"> |
| 9 | + <li |
| 10 | + ng-if="!logoBrand && !smallLogoBrand" |
| 11 | + aria-label="{{ appTitle }} Logo" |
| 12 | + class="logo kibana" |
| 13 | + ></li> |
12 | 14 |
|
13 | | - <li |
14 | | - ng-if="logoBrand" |
15 | | - ng-style="{ 'background': logoBrand }" |
16 | | - aria-label="{{ appTitle }} Logo" |
17 | | - class="logo hidden-sm" |
18 | | - ></li> |
| 15 | + <li |
| 16 | + ng-if="logoBrand" |
| 17 | + ng-style="{ 'background': logoBrand }" |
| 18 | + aria-label="{{ appTitle }} Logo" |
| 19 | + class="logo hidden-sm" |
| 20 | + ></li> |
19 | 21 |
|
20 | | - <li |
21 | | - ng-if="smallLogoBrand" |
22 | | - ng-style="{ 'background': smallLogoBrand }" |
23 | | - aria-label="{{ appTitle }} Logo" |
24 | | - class="logo-small visible-sm hidden-xs" |
25 | | - ></li> |
| 22 | + <li |
| 23 | + ng-if="smallLogoBrand" |
| 24 | + ng-style="{ 'background': smallLogoBrand }" |
| 25 | + aria-label="{{ appTitle }} Logo" |
| 26 | + class="logo-small visible-sm hidden-xs" |
| 27 | + ></li> |
| 28 | + </div> |
26 | 29 |
|
27 | | - <!-- Main apps --> |
28 | | - <app-switcher |
29 | | - chrome="chrome" |
30 | | - ></app-switcher> |
| 30 | + <!-- Links --> |
| 31 | + <div class="global-nav__links"> |
| 32 | + <!-- Main apps --> |
| 33 | + <div class="global-nav__links-section"> |
| 34 | + <app-switcher |
| 35 | + chrome="chrome" |
| 36 | + ></app-switcher> |
| 37 | + </div> |
31 | 38 |
|
32 | | - <!-- Bottom button --> |
33 | | - <div class="gloal-nav__bottom-links"> |
34 | | - <div class="chrome-actions" kbn-chrome-append-nav-controls></div> |
| 39 | + <!-- Bottom button --> |
| 40 | + <div class="global-nav__links-section"> |
| 41 | + <div class="chrome-actions" kbn-chrome-append-nav-controls></div> |
35 | 42 |
|
36 | | - <!-- Open/close sidebar --> |
37 | | - <global-nav-link |
38 | | - class="{{ globalNavToggleButton.classes }}" |
39 | | - tooltip-content="globalNavToggleButton.tooltipContent" |
40 | | - on-click="toggleGlobalNav($event)" |
41 | | - icon="'plugins/kibana/assets/play-circle.svg'" |
42 | | - title="globalNavToggleButton.title" |
43 | | - ></global-nav-link> |
| 43 | + <!-- Open/close sidebar --> |
| 44 | + <global-nav-link |
| 45 | + class="{{ globalNavToggleButton.classes }}" |
| 46 | + tooltip-content="globalNavToggleButton.tooltipContent" |
| 47 | + on-click="toggleGlobalNav($event)" |
| 48 | + icon="'plugins/kibana/assets/play-circle.svg'" |
| 49 | + title="globalNavToggleButton.title" |
| 50 | + ></global-nav-link> |
| 51 | + </div> |
44 | 52 | </div> |
45 | 53 |
|
46 | 54 | </nav> |
0 commit comments