mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
20 lines
286 B
SCSS
20 lines
286 B
SCSS
@media print {
|
|
a {
|
|
@include plain() {
|
|
text-decoration: underline;
|
|
}
|
|
@include hover() {
|
|
text-decoration: underline;
|
|
}
|
|
@include active() {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
img,
|
|
tr,
|
|
pre,
|
|
blockquote {
|
|
page-break-inside: avoid;
|
|
}
|
|
} |