Skip to content

Commit

Permalink
Fix focus issue with SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Jan 16, 2018
1 parent adbdbb7 commit 030dec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body.gutenberg-editor-page {

svg {
fill: currentColor;
outline: none;
}

ul#adminmenu a.wp-has-current-submenu:after,
Expand Down

0 comments on commit 030dec3

Please sign in to comment.