Feature/add horizontal lines to separate delete actions in menus (#3805)

* Add horizontal lines to separate delete action

* Update changelog
This commit is contained in:
Thomas Kaul
2024-09-24 18:53:25 +02:00
committed by GitHub
parent e7f10ad4ad
commit e301dc5612
11 changed files with 13 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
</span>
</button>
}
<hr class="m-0" />
<button
class="align-items-center d-flex"
mat-menu-item
@@ -445,6 +446,7 @@
<span i18n>Export Draft as ICS</span>
</span>
</button>
<hr class="m-0" />
<button
mat-menu-item
[disabled]="!hasPermissionToDeleteActivity"