803db7a5b2
- Define print.css with media=print type (note: could've been handled with @media queries) - Define printPage port to interop with window.print() JS function - Support UI.wrapNoPrint to wrap components with a the no-print CSS
3 lines
31 B
CSS
3 lines
31 B
CSS
.no-print {
|
|
display: none;
|
|
}
|