mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Hide some 'display' values in devtools auto-completion that we want to discourage authors from using.
Differential Revision: https://phabricator.services.mozilla.com/D39810
This commit is contained in:
parent
a9814ccb82
commit
07dad28e49
1 changed files with 0 additions and 13 deletions
|
@ -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",
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue