File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
projects/element-ng/dashboard/widgets Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 @if (valueObject.action.action) {
2222 < button
2323 type ="button "
24- class ="btn btn-circle btn-tertiary ms-4 p-2 "
24+ class ="btn btn-icon btn-tertiary ms-4 p-2 "
2525 [attr.aria-label] ="valueObject.action.title | translate "
2626 [siLink] ="valueObject.action "
2727 >
Original file line number Diff line number Diff line change 2828 type ="button "
2929 class ="d-flex btn "
3030 [class] ="action.customClass ?? 'btn-tertiary' "
31- [class.btn-circle ] ="action.iconOnly "
31+ [class.btn-icon ] ="action.iconOnly "
3232 (click) ="action.action(action) "
3333 >
3434 @if (action.icon) {
5151 [skipLocationChange] ="action.extras?.skipLocationChange "
5252 [replaceUrl] ="action.extras?.replaceUrl "
5353 [attr.aria-label] ="action.label | translate "
54- [class.btn-circle ] ="action.iconOnly "
54+ [class.btn-icon ] ="action.iconOnly "
5555 >
5656 @if (action.icon) {
5757 < si-icon class ="icon " [icon] ="action.icon " />
6666 [href] ="action.href "
6767 [target] ="action.target "
6868 [attr.aria-label] ="action.label | translate "
69- [class.btn-circle ] ="action.iconOnly "
69+ [class.btn-icon ] ="action.iconOnly "
7070 >
7171 @if (action.icon) {
7272 < si-icon class ="icon " [icon] ="action.icon " />
7878 } @else if (action.type === 'menu') {
7979 < button
8080 type ="button "
81- class ="btn btn-circle btn-tertiary element-options-vertical "
81+ class ="btn btn-icon btn-tertiary element-options-vertical "
8282 [attr.aria-label] ="ariaLabelDropdown | translate "
8383 [cdkMenuTriggerFor] ="actionMenu "
8484 > </ button >
You can’t perform that action at this time.
0 commit comments