From 202205c0d0e578164772314ecb93c4d287cb5bb9 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Tue, 15 Oct 2019 14:44:51 +0200 Subject: [PATCH] Print: Remove underline for image links Bug: T225093 Change-Id: I80efccab2dd2e5a0808eb57fab06e9cde73c1844 --- print.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print.less b/print.less index c5d768bf..2b5532aa 100644 --- a/print.less +++ b/print.less @@ -65,7 +65,7 @@ } // Normalize Blue links in the article - a { + a.not( .image ) { border-bottom: 1px solid #aaa; }