Skip to content

Commit

Permalink
add css styling on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
e218736 committed Feb 27, 2024
1 parent c4e7c41 commit 963e283
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 963e283

Please sign in to comment.