Skip to content

Commit

Permalink
bugfix/wv-227 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnjcub committed Mar 11, 2024
1 parent f33d965 commit 3770b4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1516,14 +1516,14 @@ input[type="checkbox"],input[type="radio"] {
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
height:auto
}

input:focus {
/* both of these commented lines cause the border issue around the input fields */
/* input:focus {
outline: var(--primary) solid 2px !important;
}
} */

input:focus-visible {
/* input:focus-visible {
outline: var(--primary) solid 2px !important;
}
} */

fieldset {
border:1px solid #c0c0c0;
Expand Down

0 comments on commit 3770b4f

Please sign in to comment.