From 261c3b8c478a76a28eda9b748f4ffabb220db421 Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Mon, 30 Sep 2024 23:21:28 -0400 Subject: [PATCH 1/2] DIG-4935 Remove 'never' option for recurring events in Drupal --- docroot/themes/custom/bos_admin/bos_admin.libraries.yml | 4 ++-- docroot/themes/custom/bos_admin/css/bos_admin.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docroot/themes/custom/bos_admin/bos_admin.libraries.yml b/docroot/themes/custom/bos_admin/bos_admin.libraries.yml index abcf823964..6f101a3542 100644 --- a/docroot/themes/custom/bos_admin/bos_admin.libraries.yml +++ b/docroot/themes/custom/bos_admin/bos_admin.libraries.yml @@ -2,8 +2,8 @@ global-styling: version: VERSION css: theme: - css/bos_admin.css: {weight: 300} - css/bos_admin.media.css: {weight: 301} + css/bos_admin.css: {weight: 302} + css/bos_admin.media.css: {weight: 303} workbench: version: VERSION diff --git a/docroot/themes/custom/bos_admin/css/bos_admin.css b/docroot/themes/custom/bos_admin/css/bos_admin.css index f4ff5a125a..59f0c21053 100644 --- a/docroot/themes/custom/bos_admin/css/bos_admin.css +++ b/docroot/themes/custom/bos_admin/css/bos_admin.css @@ -1581,6 +1581,9 @@ Hide default contact info width: 48%; vertical-align: sub; } +.js-form-item-field-event-date-recur-0-ends-mode.form-item-field-event-date-recur-0-ends-mode { + display: none; +} @media screen and (max-width: 1300px) { .field-group-html-element .field--name-field-contact { display: block; From 6b45d209bd494c519cfcf1c05c795344e5822f69 Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Tue, 1 Oct 2024 13:53:17 -0400 Subject: [PATCH 2/2] DIG-4935 Remove 'never' option for recurring events in Drupal --- docroot/themes/custom/bos_admin/css/bos_admin.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docroot/themes/custom/bos_admin/css/bos_admin.css b/docroot/themes/custom/bos_admin/css/bos_admin.css index 59f0c21053..9cbe07e075 100644 --- a/docroot/themes/custom/bos_admin/css/bos_admin.css +++ b/docroot/themes/custom/bos_admin/css/bos_admin.css @@ -1197,15 +1197,7 @@ What: Helper for status_display preview - restricts icon sizing. margin-right: 0; margin-left: auto; } -@media screen and (min-width: 840px) -.g--6:last-child { - margin-right: 0; -} -@media screen and (min-width: 840px) -.g--6:nth-child(1n) { - margin-right: 1.5rem; - margin-left: 0; -} +@media screen and (min-width: 840px) { .g--6:last-child { margin-right: 0; } @@ -1214,7 +1206,6 @@ What: Helper for status_display preview - restricts icon sizing. margin-right: 1.5rem; margin-left: 0; } -@media screen and (min-width: 840px) .g--6 { -webkit-box-flex: 0; -ms-flex-positive: 0; @@ -1226,6 +1217,7 @@ What: Helper for status_display preview - restricts icon sizing. max-width: calc(99.9% * 6/12 - 0.75rem); width: calc(99.9% * 6/12 - 0.75rem); } +} .cds-l { background-color: #fff; display: -webkit-box;