From 8b595af5e92b6730d351a8b5ef05d65375706c94 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 22 Oct 2021 01:50:17 -0400 Subject: [PATCH] Fix skip to highlight not hiding when none --- public/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/content.css b/public/content.css index c53e05c7..cf3c6847 100644 --- a/public/content.css +++ b/public/content.css @@ -538,6 +538,10 @@ input::-webkit-inner-spin-button { color: white; } +.skipButtonControlBarContainer.hidden { + display: none !important; +} + .skipButtonControlBarContainer.mobile { bottom: 30%; margin-left: 5px;