From 298353146ddaf503454b6e2fb790ff00169e21f7 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 24 Nov 2016 13:14:42 +0100 Subject: [PATCH] [ticket/14865] Mask remaining issues with links PHPBB3-14865 --- phpBB/styles/prosilver/theme/links.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 3ea4b3fed4..357bc7d314 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -2,6 +2,7 @@ $Links /* -------------------------------------------------------------- */ + /* Links adjustment to correctly display an order of rtl/ltr mixed content */ a { text-decoration: none; @@ -33,6 +34,8 @@ th a:hover { text-decoration: underline; } +/* stylelint-disable selector-no-qualifying-type */ + /* Notification mark read link */ .dropdown-extended a.mark_read { background-position: center center; @@ -194,3 +197,4 @@ a.feed-icon-forum { a.anchor { display: block; } +/* stylelint-enable */