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 */