| Index: components/dom_distiller/core/css/distilledpage.css
|
| diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css
|
| index 4cda4e7eba7da4b3e66da9549d8ed7640fbdc124..a9b7529746c141741038cc95ca83bea971028552 100644
|
| --- a/components/dom_distiller/core/css/distilledpage.css
|
| +++ b/components/dom_distiller/core/css/distilledpage.css
|
| @@ -277,28 +277,6 @@ video::-webkit-media-controls-fullscreen-button {
|
| width: 100%;
|
| }
|
|
|
| -@media print {
|
| - #closeReaderView {
|
| - display: none;
|
| - }
|
| - #feedbackContainer {
|
| - display: none;
|
| - }
|
| -
|
| - /* Remove backgrounds and custom colors. */
|
| - .light, .dark, .sepia {
|
| - color: #000 !important;
|
| - background-color: #fff !important;
|
| - font-family: sans-serif !important;
|
| - }
|
| -
|
| - /* If the transition duration is unchanged, the above color changes
|
| - happen after the document is ready for print. */
|
| - body {
|
| - transition-duration: unset !important;
|
| - }
|
| -}
|
| -
|
| #content {
|
| margin: 24px 16px 24px 16px;
|
| }
|
|
|