Fixed issue with ui-link-button
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
<ng-template #externalLinkRef>
|
<ng-template #externalLinkRef>
|
||||||
<a *ngIf="uiHref" [ngClass]="linkButtonClass" [attr.href]="uiHref" [attr.target]="uiTarget">
|
<a *ngIf="uiHref" [ngClass]="linkButtonClass" [attr.href]="uiHref" [attr.target]="uiTarget">
|
||||||
<ng-container *ngTemplateOutlet="contentRef"></ng-container>
|
<ng-container *ngTemplateOutlet="contentRef"></ng-container>
|
||||||
|
<digi-icon-arrow-right
|
||||||
|
*ngIf="isRoundedButtonType"
|
||||||
|
class="msfa__digi-icon"
|
||||||
|
aria-hidden="true"
|
||||||
|
></digi-icon-arrow-right>
|
||||||
</a>
|
</a>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
&--full-width {
|
&--full-width {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ui-link-rounded-button {
|
.ui-link-rounded-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user