From c333e5607fa070343bbf734c2871697d6633fde3 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Mon, 8 Feb 2016 00:59:15 +1000 Subject: [PATCH] Fix #4 --- src/css/hues-editor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/hues-editor.css b/src/css/hues-editor.css index a3bc821..2a708d6 100644 --- a/src/css/hues-editor.css +++ b/src/css/hues-editor.css @@ -135,6 +135,11 @@ position: relative; } +.beatmap:focus { + outline-width: 0; + outline: none; +} + .beat-hilight { position: absolute; color: rgba(127,127,127,0.8);