| 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 2a80875272d56427878501c1be5511c1b884291e..c2ef269866f37016071223b96fcabc2a3ed00001 100644
|
| --- a/components/dom_distiller/core/css/distilledpage.css
|
| +++ b/components/dom_distiller/core/css/distilledpage.css
|
| @@ -255,6 +255,10 @@ h6 {
|
| color: #55F;
|
| }
|
|
|
| +video::-webkit-media-controls-fullscreen-button {
|
| + display: none;
|
| +}
|
| +
|
| #closeReaderView {
|
| /*
|
| TODO(mdjones): Remove the "display: none;" style when the Reader Mode bar
|
|
|