Remove active preset hilight at least until keyboard navigation is fixed.
This commit is contained in:
parent
49bf7914f9
commit
d486a96254
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue