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

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

Issue 1509953006: Disable HTML close button in Reader Mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment Created 5 years 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 | « no previous file | no next file » | 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 80dc711f775fa8c196cfeee473536cd707db7177..4c01939fd14ea0f136d2cd34e20db16828e0eea8 100644
--- a/components/dom_distiller/core/css/distilledpage.css
+++ b/components/dom_distiller/core/css/distilledpage.css
@@ -256,6 +256,11 @@ h6 {
}
#closeReaderView {
+ /*
+ TODO(mdjones): Remove the "display: none;" style when the Reader Mode bar
+ behaves like the toolbar when scrolling.
+ */
+ display: none;
flex: 0 0 auto;
font-family: 'Roboto', sans-serif;
font-weight: 700;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698