diff --git a/modules/ve-math/ve.ui.MWMathDialog.css b/modules/ve-math/ve.ui.MWMathDialog.css index 3aae9f8..ca7972a 100644 --- a/modules/ve-math/ve.ui.MWMathDialog.css +++ b/modules/ve-math/ve.ui.MWMathDialog.css @@ -22,7 +22,7 @@ .ve-ui-mwMathDialog-menuLayout > .oo-ui-menuLayout-content { border-bottom: 1px solid #e6e6e6; - box-shadow: 0 1px 0 0 rgba( 0, 0, 0, 0.05 ); + box-shadow: 0 1px 0 0 rgba( 0, 0, 0, 0.05 ); /* stylelint-disable-line no-unsupported-browser-features */ overflow: auto; } diff --git a/package.json b/package.json index 74f09ce..48cfac7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "grunt-contrib-watch": "1.0.0", "grunt-jscs": "2.8.0", "grunt-jsonlint": "1.0.7", - "grunt-stylelint": "0.3.0", - "stylelint-config-wikimedia": "0.2.0" + "grunt-stylelint": "0.6.0", + "stylelint-config-wikimedia": "0.3.0" } }