Skip to content

Commit

Permalink
Remove box-sizing: padding-box.
Browse files Browse the repository at this point in the history
Value removed from spec and depricated in Firefox 57.
  • Loading branch information
peterwilsoncc committed Jul 7, 2018
1 parent a04ae19 commit d0b8c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/components/post-permalink/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
border: 1px solid $dark-opacity-light-500;
border-bottom: none;
background-clip: padding-box;
box-sizing: padding-box;

// put toolbar snugly to edge on mobile
margin-left: -$block-padding - 1px; // stack borders
Expand Down

0 comments on commit d0b8c06

Please sign in to comment.