diff --git a/packages/block-editor/src/components/link-control/style.scss b/packages/block-editor/src/components/link-control/style.scss index 6759385d0fe38..d3b2ecdfc64e0 100644 --- a/packages/block-editor/src/components/link-control/style.scss +++ b/packages/block-editor/src/components/link-control/style.scss @@ -135,6 +135,11 @@ $block-editor-link-control-number-of-actions: 1; background-color: $light-gray-300; } + // The added specificity is needed to override. + &:focus:not(:disabled) { + box-shadow: 0 0 0 $border-width-focus $theme-color inset; + } + &.is-selected { background: $light-gray-200;