[Fix] Hyperlink showing in the pdf print (#5590)

This commit is contained in:
rohitwaghchaure 2018-05-23 11:27:35 +05:30 committed by Faris Ansari
parent e38104dbeb
commit 3138234ae2

View file

@ -203,9 +203,6 @@ th {
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}