Skip to content

Commit

Permalink
Merge pull request #772 from USEPA/main
Browse files Browse the repository at this point in the history
Prepare for new tag
  • Loading branch information
azinck authored Sep 13, 2022
2 parents 6d5b091 + 1ac0092 commit d3028e1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion services/drupal/composer.patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"drupal_git/viewsreference_filter": {
"Fix autocomplete": "https://www.drupal.org/files/issues/2021-03-26/viewsreference_filter-autocomplete_problems-and-sort-combined-3201294-6--3168765-4.patch",
"Allow different settings for different blocks": "https://www.drupal.org/files/issues/2020-10-20/viewsreference_filter-shared_config-3132416-3.patch",
"Fix views dependency declaration": "https://git.drupalcode.org/project/viewsreference_filter/-/merge_requests/1.diff"
"Fix views dependency declaration": "patches/viewsreference_filter-fix_dependency-3193406.patch"
},
"guzzlehttp/guzzle": {
"Add exception handling": "patches/guzzle_recursive_exception.patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/viewsreference_filter.info.yml b/viewsreference_filter.info.yml
index 5a88100f1128774f23c9f4e54c61d8ce8e0ae025..a1dcc62c0d19b0748d1d43ef38dd71ce07aba0a6 100644
--- a/viewsreference_filter.info.yml
+++ b/viewsreference_filter.info.yml
@@ -6,4 +6,4 @@ core_version_requirement: ^8 || ^9
package: 'Views'
dependencies:
- viewsreference:viewsreference
- - views:views
+ - drupal:views
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,4 @@

.box--multipurpose {
@extend %box--with-borders;

> .box__title {
.external-link__tag {
background-color: gesso-brand(blue, dark);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $social-menu-gap: rem(gesso-spacing(1));

// Hide external link icon/tag.
&::after,
.external-link__tag {
.icon--exit {
display: none !important;
}
}
Expand Down

0 comments on commit d3028e1

Please sign in to comment.