From d0da59087e7e6f18dd911d3eadfb0c54103c6004 Mon Sep 17 00:00:00 2001 From: Niels Lange Date: Tue, 5 Dec 2023 21:45:41 +0700 Subject: [PATCH] Fix font weight of cart totals title in site editor --- assets/js/blocks/cart/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/js/blocks/cart/style.scss b/assets/js/blocks/cart/style.scss index 125a7521447..e56d06e1a0d 100644 --- a/assets/js/blocks/cart/style.scss +++ b/assets/js/blocks/cart/style.scss @@ -125,10 +125,14 @@ @include text-heading(); @include font-size( smaller ); display: block; - font-weight: 600; + font-weight: 700; padding: 0.25rem 0; text-align: right; text-transform: uppercase; + + textarea { + font-weight: 700; // Ensure correct font-weight in site-editor. + } } .wc-block-components-sidebar {