mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Remove obsolete vendor prefixed properties
With updated basic support, let's remove obsolete vendor prefixed properties. Bug: T278670 Change-Id: I13ceec520559745c877588200024ebce16944da1
This commit is contained in:
parent
a4d1863a80
commit
c468f529fc
|
@ -7,8 +7,6 @@
|
|||
|
||||
.ve-init-mw-progressBarWidget {
|
||||
background-color: #fff;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
height: 0.875em;
|
||||
border: 1px solid #36c;
|
||||
|
|
|
@ -45,8 +45,6 @@
|
|||
|
||||
.ve-ui-mwMediaDialog-panel-imageinfo-portrait .ve-ui-mwMediaDialog-panel-imageinfo-info {
|
||||
padding-left: 2em;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
cursor: default;
|
||||
padding-left: 2.5em;
|
||||
width: 80%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@ -36,8 +34,6 @@
|
|||
right: 4em; /* 1.5em for PanelLayout's padding + 2.5em */
|
||||
width: 25%;
|
||||
text-align: right;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@ -103,8 +99,6 @@
|
|||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue