Skip to content

Commit

Permalink
style: Hide some 'display' values in devtools auto-completion that we…
Browse files Browse the repository at this point in the history
… want to discourage authors from using.

Differential Revision: https://phabricator.services.mozilla.com/D39810
  • Loading branch information
Mats Palmgren authored and emilio committed Aug 15, 2019
1 parent a9814cc commit 07dad28
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions components/style/values/specified/box.rs
Expand Up @@ -748,19 +748,6 @@ impl SpecifiedValueInfo for Display {
"table-row-group",
"-webkit-box",
"-webkit-inline-box",
"-webkit-flex",
"-webkit-inline-flex",
"-moz-box",
"-moz-inline-box",
"-moz-grid",
"-moz-inline-grid",
"-moz-grid-group",
"-moz-grid-line",
"-moz-stack",
"-moz-inline-stack",
"-moz-deck",
"-moz-popup",
"-moz-groupbox",
]);
}
}
Expand Down

0 comments on commit 07dad28

Please sign in to comment.