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; opacity: .5;
margin: 0 .5em 0.13em .5em; margin: 0 .5em 0.13em .5em;
} }
/*
html:not(.mobile) input.preset:active, html:not(.mobile) input.preset:active,
html:not(.mobile) input.preset:focus, html:not(.mobile) input.preset:focus,
html:not(.mobile) input.preset:hover { html:not(.mobile) input.preset:hover {
background-color: #ff8; background-color: #ff8;
border-radius: .5em; border-radius: .5em;
} }
*/
#presets-sizer { #presets-sizer {
visibility: hidden; visibility: hidden;
position: absolute; position: absolute;