Skip to content

Commit d486a96

Browse files
committed
Remove active preset hilight at least until keyboard navigation is fixed.
1 parent 49bf791 commit d486a96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/ui.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,14 @@ span.preset {
264264
opacity: .5;
265265
margin: 0 .5em 0.13em .5em;
266266
}
267-
267+
/*
268268
html:not(.mobile) input.preset:active,
269269
html:not(.mobile) input.preset:focus,
270270
html:not(.mobile) input.preset:hover {
271271
background-color: #ff8;
272272
border-radius: .5em;
273273
}
274-
274+
*/
275275
#presets-sizer {
276276
visibility: hidden;
277277
position: absolute;

0 commit comments

Comments
 (0)