Skip to content

Commit

Permalink
react-component#68 preserve background color for print
Browse files Browse the repository at this point in the history
  • Loading branch information
sarehag committed Feb 24, 2019
1 parent c0fc7e8 commit 0819eaa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
animation-duration: 0.3s;
animation-name: amCheckboxOut;
}

@media print {
box-shadow: inset 0 0 0 16px #3dbcf6;
}
}
}

Expand All @@ -111,6 +115,10 @@
animation-name: none;
border-color: #cccccc;
}

@media print {
box-shadow: inset 0 0 0 16px #f3f3f3;
}
}
}

Expand Down

0 comments on commit 0819eaa

Please sign in to comment.