Skip to content

Commit

Permalink
Merge pull request #3626 from CityOfBoston/DIG-4935
Browse files Browse the repository at this point in the history
DIG-4935 Remove 'never' option for recurring events in Drupal
  • Loading branch information
subaha-cob authored Oct 2, 2024
2 parents ae92b12 + 6b45d20 commit 656f9cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docroot/themes/custom/bos_admin/bos_admin.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 5 additions & 10 deletions docroot/themes/custom/bos_admin/css/bos_admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -1581,6 +1573,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;
Expand Down

0 comments on commit 656f9cb

Please sign in to comment.