From d7bc67e5d21f4676f3434a7490368f4420cf653c Mon Sep 17 00:00:00 2001 From: Cristen Blair Jones Date: Thu, 9 Jan 2020 14:00:02 -0500 Subject: [PATCH] remove usage of 'unset' in CSS --- apps/site/assets/css/_schedule-page-line-diagram.scss | 8 ++++---- apps/site/assets/css/_shuttles-page.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/site/assets/css/_schedule-page-line-diagram.scss b/apps/site/assets/css/_schedule-page-line-diagram.scss index b8dc8a7fcf..68399239fb 100644 --- a/apps/site/assets/css/_schedule-page-line-diagram.scss +++ b/apps/site/assets/css/_schedule-page-line-diagram.scss @@ -111,7 +111,7 @@ $line-width: 8px; // width of the colored line in the diagram text-align: center; .btn { - padding: unset; + padding: 0; } } @@ -188,11 +188,11 @@ $line-width: 8px; // width of the colored line in the diagram } .c-expandable-block__header { - background-color: unset; + background-color: initial; border: $border; border-bottom: 0; margin-top: 0; - padding: unset; + padding: 0; } // The "show/hide stops" toggle @@ -218,7 +218,7 @@ $line-width: 8px; // width of the colored line in the diagram } .m-schedule-diagram__lines--collapsed { - margin: unset; + margin: initial; } } diff --git a/apps/site/assets/css/_shuttles-page.scss b/apps/site/assets/css/_shuttles-page.scss index 5597efe60e..4e3f42c50e 100644 --- a/apps/site/assets/css/_shuttles-page.scss +++ b/apps/site/assets/css/_shuttles-page.scss @@ -18,7 +18,7 @@ @include media-breakpoint-only(xs) { &:not(:first-child):not(:last-child) { - border-radius: unset; + border-radius: inherit; } &:first-child:not(:last-child) {