[ADF-3491] link on logo-text (#3829)

This commit is contained in:
Suzana Dirla 2018-09-26 14:36:12 +03:00 committed by Eugenio Romano
parent 365c29c65c
commit 8af1894cae
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<img src="{{logo}}" class="adf-app-logo"/>
</a>
<span fxFlex="1 1 auto" fxShow fxHide.lt-sm="true" class="adf-app-title">{{title}}</span>
<span [routerLink]="redirectUrl" fxFlex="1 1 auto" fxShow fxHide.lt-sm="true" class="adf-app-title">{{title}}</span>
<ng-content></ng-content>
<button *ngIf="showSidenavToggle && position === 'end'" id="adf-sidebar-toggle-end" data-automation-id="adf-menu-icon"

View File

@ -22,6 +22,11 @@
margin-right: 6px;
}
.adf-app-title {
cursor: pointer;
outline: none;
}
.adf-header-delimiter {
height: 24px;
width: 2px;