Answer the question
In order to leave comments, you need to log in
Focus is not styled on Input. Why?
<p class="sign__form-time sign__form-item">
<label for="sign__time sign__form-item">Время</label>
<input id="sign__time" type="time" name="time" value="10:00">
</p>
.sign__form-item input:focus {
border: 2px solid red;
}
Answer the question
In order to leave comments, you need to log in
.sign__form-item input:focus {
border: 2px solid red;
outline: none; // Это тоже типа Border, только не влияет на геометрию. Поверх Border, вот и не видно
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question