mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Remove user-select: -moz-all.
It's an attempt of an alias to `all`, except it doesn't get handled in all places. Seems unused both in comm-central and mozilla-central, and all external usage I could find is followed by -webkit-user-select: all. Differential Revision: https://phabricator.services.mozilla.com/D11582
This commit is contained in:
parent
0c8b1a9004
commit
4bc9bc11e1
1 changed files with 1 additions and 4 deletions
|
@ -163,11 +163,8 @@ pub enum UserSelect {
|
||||||
Text,
|
Text,
|
||||||
#[parse(aliases = "-moz-none")]
|
#[parse(aliases = "-moz-none")]
|
||||||
None,
|
None,
|
||||||
All,
|
|
||||||
/// Force selection of all children, unless an ancestor has `none` set.
|
/// Force selection of all children, unless an ancestor has `none` set.
|
||||||
///
|
All,
|
||||||
/// See bug 48096.
|
|
||||||
MozAll,
|
|
||||||
/// Like `text`, except that it won't get overridden by ancestors having
|
/// Like `text`, except that it won't get overridden by ancestors having
|
||||||
/// `all`.
|
/// `all`.
|
||||||
MozText,
|
MozText,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue