build: Fix stylelint glob pattern
authorEd Sanders <esanders@wikimedia.org>
Mon, 20 Feb 2017 14:31:02 +0000 (14:31 +0000)
committerEd Sanders <esanders@wikimedia.org>
Mon, 20 Feb 2017 14:31:02 +0000 (14:31 +0000)
Change-Id: I2f37668d32d70d72ed493e81af6b521a3bfaedba

Gruntfile.js
resources/src/mediawiki/page/gallery.css

index 4cc9721..5f6d584 100644 (file)
@@ -58,7 +58,7 @@ module.exports = function ( grunt ) {
                        options: {
                                syntax: 'less'
                        },
-                       src: '{resources/src/*,mw-config/**}/*.{css,less}'
+                       src: '{resources/src/**,mw-config/**}/*.{css,less}'
                },
                watch: {
                        files: [
index b7a9132..1c1bb5d 100644 (file)
@@ -95,7 +95,7 @@ ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
 ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
        position: absolute;
        background: #fff;
-       background: rgba(255, 255, 255, 0.8);
+       background: rgba( 255, 255, 255, 0.8 );
        padding: 5px 10px;
        bottom: 0;
        left: 0; /* Needed for IE */