Highlighted checkboxes

Bug report

Environment

  • Platform: macOS
  • Platform version: Monterey 12.4
  • App Version: 5.5.1

How to reproduce

If you check / uncheck checkbox, it’ll stay highlighted until you click anywhere else.

image

If it’s more like a feature, it would be cool to turn that off in preferences.

That’s by the theme. You can change the style like so:

.editor {
  .ui.checkbox input:focus~label:before {
    background: red !important;
    border-color: blue !important;
  }
}
1 Like