From 628005e730ddfcbcb9315cf4697f93b09cde49d5 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 24 Nov 2016 13:11:47 +0100 Subject: [PATCH] [ticket/14865] Mask remaining issues with cp PHPBB3-14865 --- phpBB/styles/prosilver/theme/cp.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index a8dc8c3cf6..6abd982319 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -1,7 +1,8 @@ /* -------------------------------------------------------------- /* $Contorl Panel /* -------------------------------------------------------------- */ - +/* stylelint-disable selector-max-compound-selectors */ +/* stylelint-disable selector-no-qualifying-type */ /* Main CP box ---------------------------------------- */ @@ -389,3 +390,4 @@ ol.def-rules li { border-bottom-right-radius: 5px; } } +/* stylelint-enable */