From bd260e57cc57c567f65dde1db8490221835865fc Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Wed, 10 Feb 2021 20:07:18 +0000 Subject: [PATCH] Stop the myradio bar hover staying there. --- src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.scss b/src/App.scss index cd4f763..d056570 100644 --- a/src/App.scss +++ b/src/App.scss @@ -42,6 +42,10 @@ $number-of-channels: 3; font-size: 0.92em; } + .navbar.hover-menu .hover-label { + display: none; + } + .hover-menu { .btn { padding-top: 0.1em;