From d0796c94ed5d3aae31beacd318c34671cf135cf0 Mon Sep 17 00:00:00 2001 From: Maria Fisher Date: Wed, 8 Dec 2021 13:22:32 -0800 Subject: [PATCH] Undoing this heavier change. --- .../ts_wrin/sass/components/_3-and-1-block.scss | 4 ---- .../sass/components/_content-card-listing.scss | 5 ----- .../ts_wrin/sass/components/_content-listing.scss | 13 ------------- .../custom/ts_wrin/sass/components/_homepage.scss | 5 ----- .../ts_wrin/sass/components/_landing-hero.scss | 4 ---- .../ts_wrin/sass/components/_search-archive.scss | 9 --------- themes/custom/ts_wrin/sass/components/_toc.scss | 4 ---- 7 files changed, 44 deletions(-) diff --git a/themes/custom/ts_wrin/sass/components/_3-and-1-block.scss b/themes/custom/ts_wrin/sass/components/_3-and-1-block.scss index 087cf8826..8482f0a88 100644 --- a/themes/custom/ts_wrin/sass/components/_3-and-1-block.scss +++ b/themes/custom/ts_wrin/sass/components/_3-and-1-block.scss @@ -2,10 +2,6 @@ li { list-style-type: none; margin-left: 0; - - &::before { - content: ""; - } } img { diff --git a/themes/custom/ts_wrin/sass/components/_content-card-listing.scss b/themes/custom/ts_wrin/sass/components/_content-card-listing.scss index 64b3e3136..d0a2b0330 100644 --- a/themes/custom/ts_wrin/sass/components/_content-card-listing.scss +++ b/themes/custom/ts_wrin/sass/components/_content-card-listing.scss @@ -21,11 +21,6 @@ list-style-type: none; margin-bottom: $padding-vertical; margin-left: 0; - - &::before { - content: ""; - } - &:last-child { margin-bottom: 0; } diff --git a/themes/custom/ts_wrin/sass/components/_content-listing.scss b/themes/custom/ts_wrin/sass/components/_content-listing.scss index 0a2dd5393..1230173e2 100644 --- a/themes/custom/ts_wrin/sass/components/_content-listing.scss +++ b/themes/custom/ts_wrin/sass/components/_content-listing.scss @@ -11,11 +11,6 @@ list-style-type: none; margin-bottom: $padding-vertical; margin-left: 0; - - &::before { - content: ""; - } - &:last-child { margin-bottom: 0; } @@ -113,10 +108,6 @@ margin-bottom: $space-xs; margin-left: 0; - &::before { - content: ""; - } - @include mq($ph) { flex: 0 1 33.333%; padding-right: $grid-gutter-mobile; @@ -139,10 +130,6 @@ list-style-type: none; margin-bottom: $padding-vertical; - &::before { - content: ""; - } - &:last-child { margin-bottom: $padding-vertical; } diff --git a/themes/custom/ts_wrin/sass/components/_homepage.scss b/themes/custom/ts_wrin/sass/components/_homepage.scss index 76dfc2d07..f78d8625d 100644 --- a/themes/custom/ts_wrin/sass/components/_homepage.scss +++ b/themes/custom/ts_wrin/sass/components/_homepage.scss @@ -111,11 +111,6 @@ margin-right: 56px; padding-top: 10px; text-decoration: none; - - &::before { - content: ""; - } - @include mq($lg) { flex: 0 1 calc(50% - 56px); margin-top: 10px; diff --git a/themes/custom/ts_wrin/sass/components/_landing-hero.scss b/themes/custom/ts_wrin/sass/components/_landing-hero.scss index 12f59e2b0..be5108e5f 100644 --- a/themes/custom/ts_wrin/sass/components/_landing-hero.scss +++ b/themes/custom/ts_wrin/sass/components/_landing-hero.scss @@ -172,10 +172,6 @@ margin-top: 10px; padding-top: 10px; text-decoration: none; - - &::before { - content: ""; - } } li:last-of-type { margin-right: 0; diff --git a/themes/custom/ts_wrin/sass/components/_search-archive.scss b/themes/custom/ts_wrin/sass/components/_search-archive.scss index d61ccb7e1..d16040513 100644 --- a/themes/custom/ts_wrin/sass/components/_search-archive.scss +++ b/themes/custom/ts_wrin/sass/components/_search-archive.scss @@ -371,11 +371,6 @@ list-style-type: none; margin: 0; padding: 0; - - &::before { - content: ""; - } - @include mq($lg) { margin: 1rem 0; } @@ -383,10 +378,6 @@ .block-facets li { list-style-type: none; margin: 0; - - &::before { - content: ""; - } } .block-facets .open li { margin-bottom: 7px; diff --git a/themes/custom/ts_wrin/sass/components/_toc.scss b/themes/custom/ts_wrin/sass/components/_toc.scss index 424ad858b..a0be5e644 100644 --- a/themes/custom/ts_wrin/sass/components/_toc.scss +++ b/themes/custom/ts_wrin/sass/components/_toc.scss @@ -95,10 +95,6 @@ padding-top: 0; white-space: nowrap; - &::before { - content: ""; - } - a { color: $white; text-decoration: none;