Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(816)

Unified Diff: components/dom_distiller/core/css/distilledpage.css

Issue 2108833002: Remove Simplify Page option from Print Preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark histogram entries as unused Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/dom_distiller/core/javascript/dom_distiller_viewer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/dom_distiller/core/javascript/dom_distiller_viewer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698