fix: improve accessibility and styling for vehicle selection and review buttons
This commit is contained in:
+2
-2
@@ -251,8 +251,8 @@
|
||||
<h3 class="bpf-panel-title">🚗 <span data-i18n="stepVehicleTime">Fahrzeug & Zeitraum</span></h3>
|
||||
|
||||
<div class="bpf-field">
|
||||
<label data-i18n="bpfVehicle">Fahrzeug</label>
|
||||
<select id="bpfCar">
|
||||
<label for="bpfCar" id="bpfCarLabel" data-i18n="bpfVehicle">Fahrzeug</label>
|
||||
<select id="bpfCar" aria-labelledby="bpfCarLabel">
|
||||
<option value="" data-i18n="bpfSelectVehicle">Fahrzeug wählen</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user