Skip to content

Commit

Permalink
Fix LinkControl mark highlight to bold (#52517)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jul 11, 2023
1 parent a25cb9d commit b65f528
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/block-editor/src/components/link-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ $preview-image-height: 140px;
// Inline block required to preserve white space
// between `<mark>` elements and text nodes.
display: inline-block;

mark {
font-weight: 600;
color: inherit;
background-color: transparent;
}
}

.components-menu-item__shortcut {
Expand Down Expand Up @@ -213,7 +219,7 @@ $preview-image-height: 140px;
position: relative;

mark {
font-weight: 700;
font-weight: 600;
color: inherit;
background-color: transparent;
}
Expand Down

0 comments on commit b65f528

Please sign in to comment.