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

View File

@ -5,8 +5,6 @@
background-color: #222; background-color: #222;
border-top-left-radius: 4px; border-top-left-radius: 4px;
bottom: 0; bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
display: none; display: none;
height: 36px; height: 36px;
@ -36,8 +34,6 @@
} }
.sf-toolbarreset * { .sf-toolbarreset * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
vertical-align: baseline; vertical-align: baseline;
letter-spacing: normal; letter-spacing: normal;