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