mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/14865] Mask remaining issues with links
PHPBB3-14865
This commit is contained in:
parent
53b82f28f7
commit
298353146d
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue