[ticket/14865] Mask remaining issues with links

PHPBB3-14865
This commit is contained in:
hanakin 2016-11-24 13:14:42 +01:00
parent 53b82f28f7
commit 298353146d

View file

@ -2,6 +2,7 @@
$Links $Links
/* -------------------------------------------------------------- */ /* -------------------------------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */ /* Links adjustment to correctly display an order of rtl/ltr mixed content */
a { a {
text-decoration: none; text-decoration: none;
@ -33,6 +34,8 @@ th a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* stylelint-disable selector-no-qualifying-type */
/* Notification mark read link */ /* Notification mark read link */
.dropdown-extended a.mark_read { .dropdown-extended a.mark_read {
background-position: center center; background-position: center center;
@ -194,3 +197,4 @@ a.feed-icon-forum {
a.anchor { a.anchor {
display: block; display: block;
} }
/* stylelint-enable */