mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14865] Mask remaining issues with links
PHPBB3-14865
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user