mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Merge "Remove remaining references to csslint"
This commit is contained in:
commit
d2c995594a
|
@ -122,7 +122,7 @@ module.exports = function ( grunt ) {
|
|||
},
|
||||
watch: {
|
||||
files: [
|
||||
'.{csslintrc,jscsrc,jshintignore,jshintrc}',
|
||||
'.{stylelintrc,jscsrc,jshintignore,jshintrc}',
|
||||
'<%= jshint.all %>',
|
||||
'<%= stylelint.all %>'
|
||||
],
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
||||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
/*csslint regex-selectors:false, overqualified-elements:false */
|
||||
|
||||
/* Override paragraph margins inside of captions */
|
||||
.ve-ce-mwBlockImageNode figcaption p {
|
||||
|
|
|
@ -89,11 +89,9 @@
|
|||
}
|
||||
|
||||
/* ve.ce.TableCellnode.css's margin replaced by more specific rule in Vector (div#content p) */
|
||||
/*csslint ids:false */
|
||||
#content .ve-ce-tableCellNode .ve-ce-paragraphNode {
|
||||
margin: 0;
|
||||
}
|
||||
/*csslint ids:true */
|
||||
|
||||
/* High-definition-specific styles (because Vector adds 1em to the leftNav if width is 982px+ */
|
||||
@media screen and ( min-width: 982px ) {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
/*csslint known-properties:false */
|
||||
/* Bug: https://github.com/stubbornella/csslint/issues/436 */
|
||||
|
||||
/*!
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
||||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
/*csslint ids:false */
|
||||
|
||||
/* Hide VE edit tab and section edit things for noscript users.
|
||||
* For script users they're always visible unless and until ve-not-available is added.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
||||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
/*csslint duplicate-background-images:false */
|
||||
|
||||
.oo-ui-icon-alienextension {
|
||||
/* @embed */
|
||||
|
|
Loading…
Reference in a new issue