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,
|
||||
#[parse(aliases = "-moz-none")]
|
||||
None,
|
||||
All,
|
||||
/// Force selection of all children, unless an ancestor has `none` set.
|
||||
///
|
||||
/// See bug 48096.
|
||||
MozAll,
|
||||
All,
|
||||
/// Like `text`, except that it won't get overridden by ancestors having
|
||||
/// `all`.
|
||||
MozText,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue