From 4070a6af88ac38b2a1158c66b1e5081ce4df5dff Mon Sep 17 00:00:00 2001 From: Sangeetha Babu Date: Thu, 10 Aug 2023 17:04:37 +0530 Subject: [PATCH 1/5] fix(cta-card) video heading update --- packages/styles/scss/components/link-list/_link-list.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/styles/scss/components/link-list/_link-list.scss b/packages/styles/scss/components/link-list/_link-list.scss index 97c4f899c38..de68b5f4885 100644 --- a/packages/styles/scss/components/link-list/_link-list.scss +++ b/packages/styles/scss/components/link-list/_link-list.scss @@ -94,7 +94,6 @@ .#{$prefix}--card__video { [slot='heading'], .#{$prefix}--card__heading { - color: $link-01; margin-bottom: 0; @include carbon--type-style('body-short-02'); From 3ef2143cc9e272d570c103c6e30dc701f76cb076 Mon Sep 17 00:00:00 2001 From: Sangeetha Babu Date: Fri, 11 Aug 2023 11:55:34 +0530 Subject: [PATCH 2/5] fix(cta-card) video heading color fix --- packages/styles/scss/components/link-list/_link-list.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/styles/scss/components/link-list/_link-list.scss b/packages/styles/scss/components/link-list/_link-list.scss index de68b5f4885..2bc2164296c 100644 --- a/packages/styles/scss/components/link-list/_link-list.scss +++ b/packages/styles/scss/components/link-list/_link-list.scss @@ -103,6 +103,12 @@ } } } + :host(#{$dds-prefix}-link-list-item-card-cta)[cta-type='video'] { + [slot='heading'], + .#{$prefix}--card__heading { + color: $link-01; + } + } .#{$prefix}--link-list__heading, :host(#{$dds-prefix}-link-list-heading) { From 7e6a3dde752ec734fc7b380a70f1a7c4a50130ae Mon Sep 17 00:00:00 2001 From: Sangeetha Babu Date: Fri, 18 Aug 2023 16:18:31 +0530 Subject: [PATCH 3/5] fix(callout-quote) Content off Grid --- .../callout-quote/__stories__/callout-quote.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-components/src/components/callout-quote/__stories__/callout-quote.stories.ts b/packages/web-components/src/components/callout-quote/__stories__/callout-quote.stories.ts index a07746340ee..d02c457cd70 100644 --- a/packages/web-components/src/components/callout-quote/__stories__/callout-quote.stories.ts +++ b/packages/web-components/src/components/callout-quote/__stories__/callout-quote.stories.ts @@ -50,7 +50,7 @@ export default { (story) => html`
-
${story()}
+
${story()}
`, From d2149b1349988beca16d466de949978da6ed16f8 Mon Sep 17 00:00:00 2001 From: Sangeetha Babu Date: Tue, 22 Aug 2023 12:46:15 +0530 Subject: [PATCH 4/5] fix(callout-quote): content off grid --- .../src/components/callout-quote/callout-quote.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/web-components/src/components/callout-quote/callout-quote.scss b/packages/web-components/src/components/callout-quote/callout-quote.scss index 69e28c87f5d..2f8b6f628a7 100644 --- a/packages/web-components/src/components/callout-quote/callout-quote.scss +++ b/packages/web-components/src/components/callout-quote/callout-quote.scss @@ -33,3 +33,10 @@ margin: 1rem 0.5rem; } } + +:host(#{$dds-prefix}-callout-quote) { + .#{$prefix}--quote__wrapper{ + margin-left: -1rem; + margin-right: -1rem; + } +} \ No newline at end of file From 8c5e13e405f1a2bf9f59d0e1c4e70960edc2ae69 Mon Sep 17 00:00:00 2001 From: Sangeetha Babu <58620134+sangeethababu9223@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:43:08 +0530 Subject: [PATCH 5/5] fix(callout-quote): content off grid --- .../src/components/callout-quote/callout-quote.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web-components/src/components/callout-quote/callout-quote.scss b/packages/web-components/src/components/callout-quote/callout-quote.scss index 2f8b6f628a7..10dc8bffe4e 100644 --- a/packages/web-components/src/components/callout-quote/callout-quote.scss +++ b/packages/web-components/src/components/callout-quote/callout-quote.scss @@ -34,9 +34,9 @@ } } -:host(#{$dds-prefix}-callout-quote) { - .#{$prefix}--quote__wrapper{ +:host(#{$dds-prefix}-callout-quote) { + .#{$prefix}--quote__wrapper { margin-left: -1rem; margin-right: -1rem; } -} \ No newline at end of file +}