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