From 6911b3e56073c30cd074a7ad7c482da7273f2539 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Mon, 7 Sep 2015 08:22:19 -0700 Subject: [PATCH] T363: Fix tracks being unplayable when cover art is unavailable. --- app/styles/content.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/content.less b/app/styles/content.less index 0e79b781..33e1e977 100644 --- a/app/styles/content.less +++ b/app/styles/content.less @@ -310,6 +310,7 @@ html .single-player .play-button { text-decoration: none; background: rgba(0, 0, 0, .4); display: none; + pointer-events: all; &:hover { background: rgba(0, 0, 0, .8); @@ -319,6 +320,7 @@ html .single-player .play-button { img { display: block; width: 100%; + pointer-events: none; } } @@ -455,4 +457,4 @@ html { } } } -} \ No newline at end of file +}