From 205fadb7fa06e64d37f82a91c9c33932d411bfb7 Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Thu, 7 Jul 2022 09:57:13 -0400
Subject: [PATCH] admin theme style update - hiding remove btn from related
 program in academic program content type

---
 web/themes/asc_seven/css/customstyle.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/web/themes/asc_seven/css/customstyle.css b/web/themes/asc_seven/css/customstyle.css
index 2d8581f4d3..eb762a6e43 100644
--- a/web/themes/asc_seven/css/customstyle.css
+++ b/web/themes/asc_seven/css/customstyle.css
@@ -50,6 +50,9 @@ select option[value="4"] {
   margin: 0;
 }
 
+#edit-field-ap-related-programs-remove-button {
+  display: none;
+}
 
 
 /*
-- 
GitLab