From 47b0843eec4a888b6b50ff0ff8db8d2d1d1ce478 Mon Sep 17 00:00:00 2001 From: XanxusX Date: Tue, 14 Apr 2020 14:45:05 +0800 Subject: [PATCH] Remove hyperlinks when printing --- speeches/static/speeches/sass/_speeches-bare.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/speeches/static/speeches/sass/_speeches-bare.scss b/speeches/static/speeches/sass/_speeches-bare.scss index 54fd0f4b..76fba69d 100644 --- a/speeches/static/speeches/sass/_speeches-bare.scss +++ b/speeches/static/speeches/sass/_speeches-bare.scss @@ -1197,3 +1197,9 @@ form > .row { #id_existing_sections { @include unstyled-list; } + +/* Remove hyperlinks when printing */ + +a[href]:after { + content:none!important; +}