From 504a2419f6afce47dea4daee625e3ba90c4e1be3 Mon Sep 17 00:00:00 2001 From: DC Date: Thu, 22 Sep 2016 17:04:48 -0700 Subject: [PATCH] Design: remove extra CSS --- static/main.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/static/main.css b/static/main.css index 4eda3c5d..cb5bd108 100644 --- a/static/main.css +++ b/static/main.css @@ -630,14 +630,6 @@ body.drag .app::after { cursor: none; } -/* TODO: find better way to handle this (that also - * keeps the header visible too). - */ -.app.hide-video-controls .player .controls:hover { - opacity: 1; - cursor: default; -} - /* invisible click target for scrubbing */ .player .controls .scrub-bar { position: absolute;