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);