Remove redundant `box-sizing` prefixes

This commit is contained in:
Martijn Cuppens 2019-04-10 11:35:05 +02:00 committed by Fabien Potencier
parent fd1408b138
commit 0cf3227011
1 changed files with 0 additions and 4 deletions

View File

@ -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;
@ -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;