mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ADF-3491] link on logo-text (#3829)
This commit is contained in:
parent
365c29c65c
commit
8af1894cae
@ -8,7 +8,7 @@
|
|||||||
<img src="{{logo}}" class="adf-app-logo"/>
|
<img src="{{logo}}" class="adf-app-logo"/>
|
||||||
</a>
|
</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>
|
<ng-content></ng-content>
|
||||||
|
|
||||||
<button *ngIf="showSidenavToggle && position === 'end'" id="adf-sidebar-toggle-end" data-automation-id="adf-menu-icon"
|
<button *ngIf="showSidenavToggle && position === 'end'" id="adf-sidebar-toggle-end" data-automation-id="adf-menu-icon"
|
||||||
|
@ -22,6 +22,11 @@
|
|||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-app-title {
|
||||||
|
cursor: pointer;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.adf-header-delimiter {
|
.adf-header-delimiter {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user