I have this line of code:
<i aria-hidden="true" class="tb-icon tb-icon-account"></i>
The change i want to make is exatly this:
<span aria-hidden="true" class="tb-icon tb-icon-account"></span>
The hard part (if there is a way) is that i want the browser to see the change as it is, but take all the css rule of an <i>
tag. I dont want to change the css file so i was wondering if can point somehow to the css rule like it was before the change.