mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
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:
commit
0280349fef
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user