Skip to content

Commit

Permalink
Fix the white active color in Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Apr 11, 2018
1 parent af7db03 commit bd56a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
width: 100%;
font-weight: 600;
text-align: left;
color: $dark-gray-900;
@include menu-style__neutral;

&:focus {
Expand Down
1 change: 1 addition & 0 deletions edit-post/components/sidebar/settings-header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
padding: 3px 15px; // Use padding to offset the is-active border, this benefits Windows High Contrast mode
margin-left: 0;
font-weight: 400;
color: $dark-gray-900;
@include square-style__neutral;

&.is-active {
Expand Down

0 comments on commit bd56a38

Please sign in to comment.