I have a List Item that on hover, changes its BG color and also makes the border right grow out from 0-7px. Within the list item there is a label for a radio input that is toggling content off and on when clicked. When the border grows, the label gets pushed over.
Is it possible to specify that on hover attributes X and Y happen to the list item, while triggering another css event to change the z-index of the label?