Merge "stylelint: Drop no-unsupported-browser-features references"

This commit is contained in:
jenkins-bot 2017-04-10 16:49:15 +00:00 committed by Gerrit Code Review
commit 40265bd807
10 changed files with 8 additions and 24 deletions

View file

@ -9,12 +9,12 @@
.ve-init-mw-desktopArticleTarget-toolbar {
overflow: hidden;
transition: height 0.4s ease; /* stylelint-disable-line no-unsupported-browser-features */
transition: height 0.4s ease;
}
.ve-init-mw-desktopArticleTarget-toolbar > .oo-ui-toolbar-bar {
transform: translateY( -100% );
transition: transform 0.4s ease; /* stylelint-disable-line no-unsupported-browser-features */
transition: transform 0.4s ease;
}
.ve-init-mw-desktopArticleTarget-toolbar-opened {

View file

@ -15,11 +15,9 @@
.ve-init-mw-desktopArticleTarget-progress-bar {
border-right: 1px solid #ccc;
background: #cde7f4;
/* stylelint-disable no-unsupported-browser-features */
filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#eaf4fa', endColorstr='#b0d9ee' );
background-image: -webkit-gradient( linear, right top, right bottom, color-stop( 0%, #eaf4fa ), color-stop( 100%, #b0d9ee ) );
background-image: -webkit-linear-gradient( top, #eaf4fa 0%, #b0d9ee 100% );
background-image: -moz-linear-gradient( top, #eaf4fa 0%, #b0d9ee 100% );
background-image: linear-gradient( to bottom, #eaf4fa 0%, #b0d9ee 100% );
/* stylelint-enable no-unsupported-browser-features */
}

View file

@ -45,13 +45,11 @@
/* Once activated, all uneditable content except catlinks */
.ve-activated .ve-init-mw-desktopArticleTarget-uneditableContent {
/* IE9 is supported with JS events */
/* stylelint-disable no-unsupported-browser-features */
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* stylelint-enable no-unsupported-browser-features */
opacity: 0.5;
}

View file

@ -22,12 +22,12 @@
.ve-ui-mwInternalLinkContextItem-hasImage {
background-color: transparent;
background-size: cover; /* stylelint-disable-line no-unsupported-browser-features */
background-size: cover;
}
.ve-ui-mwInternalLinkContextItem-withImage .ve-ui-mwInternalLinkContextItem-hasImage {
border: 0;
background-size: cover; /* stylelint-disable-line no-unsupported-browser-features */
background-size: cover;
opacity: 1;
width: 4.75em;
height: 4.75em;

View file

@ -13,12 +13,10 @@
border: 1px solid #ccc;
margin-bottom: 0.5em;
cursor: pointer;
/* stylelint-disable no-unsupported-browser-features */
background-size: contain;
-webkit-transition: border 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 ), box-shadow 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 );
-moz-transition: border 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 ), box-shadow 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 );
transition: border 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 ), box-shadow 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 );
/* stylelint-enable no-unsupported-browser-features */
}
.ve-ui-mwGalleryDialog .ve-ui-mwGalleryDialog-image-container-highlighted {
@ -33,7 +31,7 @@
height: 200px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain; /* stylelint-disable-line no-unsupported-browser-features */
background-size: contain;
margin-bottom: 0.5em;
}
@ -59,6 +57,6 @@
.ve-ui-mwGalleryDialog-innerMenuLayout > .oo-ui-menuLayout-menu {
height: 5em;
border-top: 1px solid #e6e6e6;
box-shadow: 0 -1px 0 0 rgba( 0, 0, 0, 0.05 ); /* stylelint-disable-line no-unsupported-browser-features */
box-shadow: 0 -1px 0 0 rgba( 0, 0, 0, 0.05 );
text-align: center;
}

View file

@ -69,9 +69,7 @@
.ve-ui-mwTransclusionDialog.ve-ui-mwTemplateDialog-ready .oo-ui-bookletLayout .ve-ui-mwTemplatePage-more,
.ve-ui-mwTransclusionDialog.ve-ui-mwTemplateDialog-ready .oo-ui-bookletLayout .ve-ui-mwParameterPage-more,
.ve-ui-mwTransclusionDialog.ve-ui-mwTemplateDialog-ready .oo-ui-bookletLayout > .oo-ui-gridLayout > .oo-ui-panelLayout {
/* stylelint-disable no-unsupported-browser-features */
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
/* stylelint-enable no-unsupported-browser-features */
}

View file

@ -6,13 +6,13 @@
*/
.visualeditor-welcomedialog-content {
background: url( images/welcomeSplash-ltr.png ) 50% 100% no-repeat;
background-size: 50%; /* stylelint-disable-line no-unsupported-browser-features */
background-size: 50%;
height: 200px;
text-align: center;
}
.ve-ui-mobileWindowManager .visualeditor-welcomedialog-content {
background-size: 11em; /* stylelint-disable-line no-unsupported-browser-features */
background-size: 11em;
}
.visualeditor-welcomedialog-content-text {

View file

@ -12,14 +12,12 @@
background-color: #36c;
position: absolute;
opacity: 0;
/* stylelint-disable no-unsupported-browser-features */
-webkit-animation: pulse 3s ease-out;
-moz-animation: pulse 3s ease-out;
animation: pulse 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
/* stylelint-enable no-unsupported-browser-features */
}
.ve-ui-stillDot {

View file

@ -16,9 +16,7 @@
* word-break: break-word; (which is not documented in any standard at all). So we just use
* all three.
*/
/* stylelint-disable no-unsupported-browser-features */
word-break: break-word;
word-wrap: break-word;
overflow-wrap: break-word;
/* stylelint-enable no-unsupported-browser-features */
}

View file

@ -18,11 +18,9 @@
word-wrap: break-word;
overflow-wrap: break-word;
overflow: hidden;
/* stylelint-disable no-unsupported-browser-features */
-webkit-transition: max-height 0.5s ease-in;
-moz-transition: max-height 0.5s ease-in;
transition: max-height 0.5s ease-in;
/* stylelint-enable no-unsupported-browser-features */
}
.ve-ui-mwMediaInfoFieldWidget-readmore {
@ -30,10 +28,8 @@
width: 100%;
padding-top: 1em;
margin-top: -2em;
/* stylelint-disable no-unsupported-browser-features */
background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0, #fff 50% );
background: linear-gradient( to bottom, rgba( 255, 255, 255, 0 ) 0, #fff 50% );
/* stylelint-enable no-unsupported-browser-features */
}
.ve-ui-mwMediaInfoFieldWidget.oo-ui-iconElement .oo-ui-labelElement-label {