mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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 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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue