Skip to content

Commit

Permalink
Fix the post title focus style in the default mode (#14572)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Mar 22, 2019
1 parent f4de109 commit c1edba2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/editor/src/components/post-title/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit c1edba2

Please sign in to comment.