Skip to content

Commit

Permalink
Disable HTML close button in Reader Mode
Browse files Browse the repository at this point in the history
BUG=

Review URL: https://codereview.chromium.org/1509953006

Cr-Commit-Position: refs/heads/master@{#364819}
  • Loading branch information
iotitan authored and Commit bot committed Dec 11, 2015
1 parent 6dafd9a commit 889534f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/dom_distiller/core/css/distilledpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 889534f

Please sign in to comment.