Skip to content

Commit d13218c

Browse files
authored
Merge pull request #1739 from e218736/options-dialog-keyboard-navigation
2 parents b2e400f + 963e283 commit d13218c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/web/stylesheets/layout/_modals.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@
9999
.bmd-form-group.is-focused [class^='bmd-label'],
100100
.bmd-form-group.is-focused [class*=' bmd-label'],
101101
.bmd-form-group.is-focused label,
102-
.checkbox label:hover {
102+
.checkbox label:hover,
103+
.bmd-form-group.is-filled:focus-within .checkbox.option-item label {
103104
color: var(--input-highlight-colour);
104105
}
105106

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

0 commit comments

Comments
 (0)