Merge pull request #3093 from GSA/3088-org-dashboard---users-should-be-able-to-delete-service

add js delete function and css
This commit is contained in:
ccostino
2025-11-13 13:49:47 -05:00
committed by GitHub
4 changed files with 57 additions and 1 deletions
@@ -48,3 +48,8 @@
display: inline-flex;
justify-content: center;
}
.button-not-clickable {
cursor: default;
pointer-events: none;
}