diff --git a/packages/editor/src/components/post-title/style.scss b/packages/editor/src/components/post-title/style.scss index 885a0a130b6108..f0dc790b1fdd00 100644 --- a/packages/editor/src/components/post-title/style.scss +++ b/packages/editor/src/components/post-title/style.scss @@ -52,14 +52,9 @@ } &:focus { - // Stack borders on mobile. border: $border-width solid transparent; border-left-width: 0; - border-right-width: 0; - - // Include transparent outline for Windows High Contrast mode. outline: $border-width solid transparent; - box-shadow: none; } }