style: Remove unimplemented values of the user-select property.

Can't believe we literally had no code to handle them.

Differential Revision: https://phabricator.services.mozilla.com/D11581
This commit is contained in:
Emilio Cobos Álvarez 2018-11-11 18:00:49 +01:00
parent 1aa6725f9a
commit 0c8b1a9004
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -163,11 +163,7 @@ pub enum UserSelect {
Text,
#[parse(aliases = "-moz-none")]
None,
Element,
Elements,
All,
Toggle,
TriState,
/// Force selection of all children, unless an ancestor has `none` set.
///
/// See bug 48096.