Merge pull request #38546 from rhcs-dashboard/round-button

mgr/dashboard: Making the edges of not rounded button rounded

Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
This commit is contained in:
Ernesto Puerta 2020-12-15 20:07:23 +01:00 committed by GitHub
commit 0280349fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@
ngbDropdown
placement="bottom-right"
role="group"
*ngIf="dropDownActions.length > 1"
aria-label="Button group with nested dropdown">
<button class="btn btn-{{btnColor}} dropdown-toggle-split"
*ngIf="dropDownActions.length > 1"
ngbDropdownToggle>
<ng-container *ngIf="dropDownOnly">{{ dropDownOnly }} </ng-container>
<span *ngIf="!dropDownOnly"