Skip to content

Commit

Permalink
Merge pull request #1739 from e218736/options-dialog-keyboard-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
a3957273 committed Apr 11, 2024
2 parents b2e400f + 963e283 commit d13218c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/web/stylesheets/layout/_modals.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,12 @@
.bmd-form-group.is-focused [class^='bmd-label'],
.bmd-form-group.is-focused [class*=' bmd-label'],
.bmd-form-group.is-focused label,
.checkbox label:hover {
.checkbox label:hover,
.bmd-form-group.is-filled:focus-within .checkbox.option-item label {
color: var(--input-highlight-colour);
}


.bmd-form-group.option-item label+.form-control{
background-image:
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
Expand Down

0 comments on commit d13218c

Please sign in to comment.