From 53b82f28f72d65bfb59fcb2a4070ec236cd26e81 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 24 Nov 2016 13:12:43 +0100 Subject: [PATCH] [ticket/14865] Mask remaining issues with forms PHPBB3-14865 --- phpBB/styles/prosilver/theme/forms.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 2448c5f532..f4985f5508 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -1,6 +1,8 @@ /* -------------------------------------------------------------- /* $Forms /* -------------------------------------------------------------- */ +/* stylelint-disable selector-max-compound-selectors */ +/* stylelint-disable selector-no-qualifying-type */ /* General form styles ---------------------------------------- */ @@ -472,3 +474,4 @@ input.search { .tiny { width: 10%; } +/* stylelint-enable */