stylelint: Drop unsupported no-unsupported-browser-features reference

Change-Id: I0f0098ddb299167e94079e068f2cc2a8f3e0262e
This commit is contained in:
James D. Forrester 2017-04-10 13:10:22 -07:00
parent 73391a6428
commit 5a6626fcce
2 changed files with 2 additions and 4 deletions

View File

@ -22,7 +22,7 @@
.ve-ui-mwLatexDialog-menuLayout > .oo-ui-menuLayout-content {
border-bottom: 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 );
overflow: auto;
}

View File

@ -17,11 +17,9 @@
margin: 0 0.1em 0.1em 0;
box-sizing: border-box;
border: 1px solid #e6e6e6;
/* stylelint-disable no-unsupported-browser-features */
-webkit-transition: border-color 200ms;
-moz-transition: border-color 200ms;
transition: border-color 200ms;
/* stylelint-enable no-unsupported-browser-features */
}
.ve-ui-mwLatexPage-symbol:hover {
@ -44,7 +42,7 @@
}
.ve-ui-mwLatexPage-symbol-contain {
background-size: contain; /* stylelint-disable-line no-unsupported-browser-features */
background-size: contain;
}
.ve-ui-mwLatexPage-symbol-largeLayout {