The ::hover pseudo-class is set on an element when the mouse is over it.
::hover
The following examples changes the background colour of items in a repeat when the mouse is over them:
xf\:repeat .pc-hover { background-color : silver; }