:enabled

A pseudo-class that targets form elements (like inputs or buttons) that are in an 'enabled' state and can be interacted with.

Quick example

input:enabled {
  /* Adds a subtle hover effect to clickable inputs only */
  background-color: #fff;
  border: 1px solid #3b82f6;
}

:enabled Browser Support

Widely available Since 2015 96% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.

Safe to use without fallbacks.

1+
1+
3.1+
12+
ESC