Use text-decoration instead of border for forwardlinks.
This commit is contained in:
parent
59fa428db5
commit
ef3ac421ca
@ -506,6 +506,15 @@ a.hide-announcement {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom: 1px dashed;
|
border-bottom: 1px dashed;
|
||||||
}
|
}
|
||||||
|
@supports (text-decoration-style: dashed) or (-moz-text-decoration-style: dashed) {
|
||||||
|
.quotelink.forwardlink,
|
||||||
|
.backlink.forwardlink {
|
||||||
|
text-decoration: underline;
|
||||||
|
-moz-text-decoration-style: dashed;
|
||||||
|
text-decoration-style: dashed;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.filtered {
|
.filtered {
|
||||||
text-decoration: underline line-through;
|
text-decoration: underline line-through;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user