jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/347440 )

Change subject: stylelint: Drop unsupported no-unsupported-browser-features 
reference
......................................................................


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

Change-Id: I0f0098ddb299167e94079e068f2cc2a8f3e0262e
---
M modules/ve-math/ve.ui.MWLatexDialog.css
M modules/ve-math/ve.ui.MWLatexPage.css
2 files changed, 2 insertions(+), 4 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ve-math/ve.ui.MWLatexDialog.css 
b/modules/ve-math/ve.ui.MWLatexDialog.css
index 3df0c96..d18d18c 100644
--- a/modules/ve-math/ve.ui.MWLatexDialog.css
+++ b/modules/ve-math/ve.ui.MWLatexDialog.css
@@ -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;
 }
 
diff --git a/modules/ve-math/ve.ui.MWLatexPage.css 
b/modules/ve-math/ve.ui.MWLatexPage.css
index 67820e1..6160f78 100644
--- a/modules/ve-math/ve.ui.MWLatexPage.css
+++ b/modules/ve-math/ve.ui.MWLatexPage.css
@@ -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 {

-- 
To view, visit https://gerrit.wikimedia.org/r/347440
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0f0098ddb299167e94079e068f2cc2a8f3e0262e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Esanders <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: TheDJ <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to