:enabled

Since UXP v3.0

Matches when the selected element is enabled.

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

Example:

input:enabled {
    border: 1px solid blue;
}

Quirks and Exceptions