Print: prevent chrome from displaying urls when printing links

This commit is contained in:
Felix Niklas 2018-09-06 18:18:52 +02:00
parent 2733581551
commit 7236e2e703

View file

@ -127,6 +127,10 @@ th.js-tableHead:not([data-column-key="icon"]) {
overflow: visible; overflow: visible;
} }
.ticketZoom {
background: none;
}
.ticket-article, .ticket-article,
.article-new { .article-new {
max-width: none; max-width: none;
@ -134,8 +138,10 @@ th.js-tableHead:not([data-column-key="icon"]) {
padding-right: 0; padding-right: 0;
} }
.ticketZoom { .ticket-article {
background: none; a[href]:after {
content: none !important;
}
} }
.textBubble { .textBubble {
@ -176,10 +182,6 @@ th.js-tableHead:not([data-column-key="icon"]) {
.article-content { .article-content {
color: inherit; color: inherit;
a[href]:after {
content: none !important;
}
} }
.article-content-meta { .article-content-meta {