Firefox Tomorrow

css pseudo class

`:-moz-handler-disabled` CSS pseudo-class

View on MDN ↗

The :-moz-handler-disabled CSS pseudo-class is a Mozilla extension that matches elements that can’t be displayed because their handlers have been disabled by the user.

[!NOTE] This selector is mainly intended to be used by theme developers.

Syntax

:-moz-handler-disabled {
  /* ... */
}

Specifications

Not part of any standard.

See also