Skip to content

Commit

Permalink
Remove redundant box-sizing prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and fabpot committed Apr 10, 2019
1 parent fd1408b commit 0cf3227
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
background-color: #222;
border-top-left-radius: 4px;
bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: none;
height: 36px;
Expand Down Expand Up @@ -36,8 +34,6 @@
}

.sf-toolbarreset * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
vertical-align: baseline;
letter-spacing: normal;
Expand Down

0 comments on commit 0cf3227

Please sign in to comment.