:hover

Since UXP v3.0

Matches when the selected element is underneath the mouse cursor.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/:hover

Example:

.well:hover {
    background-color: red;
}