Header should not show when .hide-video-controls

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 17:15:32 -08:00
parent 49fd822910
commit 2c70e2e3de

View File

@@ -161,8 +161,8 @@ a:not(.disabled):hover, i:not(.disabled):hover {
opacity: 0.8; opacity: 0.8;
} }
.app.hide-video-controls .view-player .header { .app.hide-video-controls.view-player .header {
opacity: 0.8; opacity: 0;
cursor: none; cursor: none;
} }