Skip to content

Commit

Permalink
Accessibility report: Form elements must have labels
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmaneoulmouden committed May 1, 2024
1 parent 4d0f565 commit bd2f7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
16 changes: 2 additions & 14 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1119,8 +1119,8 @@ header .col{
width: 4rem;
}

.w-4{
width: 1rem;
.w-3{
width: 0.75rem;
}

.w-6{
Expand Down Expand Up @@ -1159,14 +1159,6 @@ header .col{
width: 100%;
}

.w-5{
width: 1.25rem;
}

.w-3{
width: 0.75rem;
}

.min-w-12{
min-width: 3rem;
}
Expand Down Expand Up @@ -3148,10 +3140,6 @@ header .col{
width: 100%;
}

.lg\:w-80{
width: 20rem;
}

.lg\:min-w-80{
min-width: 20rem;
}
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ <h1 class="current-price" id="current-price">$ <span>125.00</span></h1>
</svg>
</button>

<label for="qty" class="hidden">Qty</label>
<input type="number"
class="qty text-center text-lg bg-transparent text-very-dark-blue font-bold outline-none w-16" id="qty"
min="1" value="1" readonly>
Expand Down

0 comments on commit bd2f7b8

Please sign in to comment.