From 9cba11a7c35872ff50157bef8ba1273b900bec64 Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Tue, 11 Jul 2023 11:54:05 -0400 Subject: [PATCH] Change mark highlight to bold --- .../block-editor/src/components/link-control/style.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/link-control/style.scss b/packages/block-editor/src/components/link-control/style.scss index 21e488381f1bd..565b6b05957f5 100644 --- a/packages/block-editor/src/components/link-control/style.scss +++ b/packages/block-editor/src/components/link-control/style.scss @@ -139,6 +139,12 @@ $preview-image-height: 140px; // Inline block required to preserve white space // between `` elements and text nodes. display: inline-block; + + mark { + font-weight: 600; + color: inherit; + background-color: transparent; + } } .components-menu-item__shortcut { @@ -213,7 +219,7 @@ $preview-image-height: 140px; position: relative; mark { - font-weight: 700; + font-weight: 600; color: inherit; background-color: transparent; }