Skip to content

Commit

Permalink
Merge pull request #7 from merkle-open/fix/form-input-focus
Browse files Browse the repository at this point in the history
fix: fix focus highlighting of form input fields
  • Loading branch information
bchristiani authored Mar 28, 2024
2 parents 19ca75e + 3ae24a5 commit 7eb12a0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
color: var(--background-color);
background-color: transparent;
border: none;
border-bottom: 3px solid var(--highlight-background-color);
border-bottom: 3px solid var(--background-color);
outline: none;
}

Expand Down Expand Up @@ -58,13 +58,6 @@
opacity: 0.5;
}

/* highlight form */

main .section.highlight .form input:not([type="checkbox"]),
main .section.highlight .form textarea {
border-bottom-color: var(--background-color);
}

main .section.highlight .form label a:any-link {
color: var(--highlight-color);
}

0 comments on commit 7eb12a0

Please sign in to comment.