Remove active preset hilight at least until keyboard navigation is fixed.

This commit is contained in:
hackademix 2020-05-28 00:50:08 +02:00
parent 49bf7914f9
commit d486a96254
1 changed files with 2 additions and 2 deletions

View File

@ -264,14 +264,14 @@ span.preset {
opacity: .5;
margin: 0 .5em 0.13em .5em;
}
/*
html:not(.mobile) input.preset:active,
html:not(.mobile) input.preset:focus,
html:not(.mobile) input.preset:hover {
background-color: #ff8;
border-radius: .5em;
}
*/
#presets-sizer {
visibility: hidden;
position: absolute;