From 3138234ae2cd5b2b06d7dbcd275a243e05929ff5 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Wed, 23 May 2018 11:27:35 +0530 Subject: [PATCH] [Fix] Hyperlink showing in the pdf print (#5590) --- frappe/public/css/bootstrap.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/frappe/public/css/bootstrap.css b/frappe/public/css/bootstrap.css index e3d4a14c4a..3bcdd13eb9 100644 --- a/frappe/public/css/bootstrap.css +++ b/frappe/public/css/bootstrap.css @@ -203,9 +203,6 @@ th { a:visited { text-decoration: underline; } - a[href]:after { - content: " (" attr(href) ")"; - } abbr[title]:after { content: " (" attr(title) ")"; }