Print: prevent chrome from displaying urls when printing links
This commit is contained in:
parent
2733581551
commit
7236e2e703
1 changed files with 8 additions and 6 deletions
|
@ -127,6 +127,10 @@ th.js-tableHead:not([data-column-key="icon"]) {
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
.ticketZoom {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.ticket-article,
|
||||
.article-new {
|
||||
max-width: none;
|
||||
|
@ -134,8 +138,10 @@ th.js-tableHead:not([data-column-key="icon"]) {
|
|||
padding-right: 0;
|
||||
}
|
||||
|
||||
.ticketZoom {
|
||||
background: none;
|
||||
.ticket-article {
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.textBubble {
|
||||
|
@ -176,10 +182,6 @@ th.js-tableHead:not([data-column-key="icon"]) {
|
|||
|
||||
.article-content {
|
||||
color: inherit;
|
||||
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.article-content-meta {
|
||||
|
|
Loading…
Reference in a new issue