How can I create focus on two elements simultaneously?
<div class="form-group">
<label class="control-label"></label>
<div class="col-sm-10">
<input type="text" class="form-control">
<span class="loop-icon form-control-feedback"></span>
</div>
</div>
Click here to see without focus.
I am aiming for a look similar to the desired results shown in this image.
Achieving this effect without the use of javascript is my objective.