From 51304f9bad1e786918342c780a185520432a432e Mon Sep 17 00:00:00 2001 From: Volker E Date: Fri, 16 Nov 2018 18:32:35 -0800 Subject: [PATCH] Fix invalid selector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems like one of the selectors in this group has been removed. Found with `"block-opening-brace-space-before": "always"` added in .stylelintrc.json – It's going to be part of next stylelint-config-wikimedia release. This issue here has caused an invalid selector though, therefore fixing immediately. Change-Id: If9603f12b9ad236b1517eb8861d220e991fa0a8d --- resources/skins.minerva.content.styles/images.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/skins.minerva.content.styles/images.less b/resources/skins.minerva.content.styles/images.less index 55f9264..016e3a6 100644 --- a/resources/skins.minerva.content.styles/images.less +++ b/resources/skins.minerva.content.styles/images.less @@ -52,8 +52,7 @@ a > img, a > .lazy-image-placeholder, // due to lazy loading images we also must consider imgs inside noscript tags (T191893) - noscript > img, - { + noscript > img { // make sure that images in articles don't cause a horizontal scrollbar // on small screens max-width: 100% !important;