From e89efe38a29c227d105e31bbb3addee3e972e22e Mon Sep 17 00:00:00 2001 From: "ben.freshwater" Date: Thu, 23 Jan 2025 16:47:29 +0000 Subject: [PATCH] fix: remove underline from pages that don't need it --- components/o-topper/src/scss/_mixins.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/o-topper/src/scss/_mixins.scss b/components/o-topper/src/scss/_mixins.scss index 2b8636958f..2d4ce18990 100644 --- a/components/o-topper/src/scss/_mixins.scss +++ b/components/o-topper/src/scss/_mixins.scss @@ -161,7 +161,6 @@ font-size: oPrivateFoundationGet('o3-typography-use-case-headline-sm-font-size'); font-weight: oPrivateFoundationGet('o3-typography-use-case-headline-sm-font-weight'); line-height: oPrivateFoundationGet('o3-typography-use-case-headline-sm-line-height'); - @include oEditorialTypographyDecorated(); @include oPrivateGridRespondTo('S') { font-family: oPrivateFoundationGet('o3-typography-use-case-headline-md-font-family'); @@ -185,6 +184,8 @@ font-weight: oPrivateFoundationGet('o3-typography-use-case-display-sm-font-weight'); line-height: oPrivateFoundationGet('o3-typography-use-case-display-sm-line-height'); + @include oEditorialTypographyDecorated(); + @include oPrivateGridRespondTo('S') { font-family: oPrivateFoundationGet('o3-typography-use-case-display-md-font-family'); font-size: oPrivateFoundationGet('o3-typography-use-case-display-md-font-size');