Skip to content

Commit

Permalink
Merge pull request #3853 from pbnjcub/bugfix/wv-227
Browse files Browse the repository at this point in the history
bugfix/wv-227 solution TEAM REVIEW
  • Loading branch information
DaleMcGrew authored Mar 13, 2024
2 parents 3ff32ce + d0ce2b7 commit 72b6c83
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1498,14 +1498,14 @@ button::-moz-focus-inner,input::-moz-focus-inner {
}

input {
border: none;
height: 38px;
/* border: none;
height: 38px; */
line-height:normal;
border:1px solid #ced4da;
/* border:1px solid #ced4da;
border-radius: 0.25rem;
width: 100%;
padding-left: 12px;
padding-right: 10px;
padding-right: 10px; */
}

input[type="checkbox"],input[type="radio"] {
Expand All @@ -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 72b6c83

Please sign in to comment.