I have a confirmation code that consist of 6 digits. When I click on one of the input fields, the field is in focus and is underlined with a blue color.
But when I input in the next input field, the first input field, the underline blue color disappears.
I want the first input field to remain underline when i fill the second input field and same for the other 4 input fields.
I have used the focus selector:
input[type='tel'].InputField:focus {border: 0 none; border-bottom: 2px solid blue; border-bottom-left-radius: 0; border-bottom-right-radius: 0; outline: none;}