Disabled

Syntax

Class
Properties
{...}disabled:{...}
{...}:disabled{...}

Specification test cases

The test cases below are imported from the Turbo CSS specification. They have been executed upon loading this page.
Set opacity to 50% when disabled.
t1 disabled:opacity-50
.t1.disabled\:opacity-50:disabled { opacity: 0.5; }