summaryrefslogtreecommitdiff
path: root/resources/assets/themes/base.less
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets/themes/base.less')
-rw-r--r--resources/assets/themes/base.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less
index 493cfbc2..1ca7e3ef 100644
--- a/resources/assets/themes/base.less
+++ b/resources/assets/themes/base.less
@@ -296,3 +296,9 @@ table a > .icon-icon_angel {
padding-left: 15px;
}
}
+
+@media print {
+ a[href]:after {
+ content: "";
+ }
+} \ No newline at end of file