mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1838 - Part 1: Remove CSS grid preference
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1398492
This commit is contained in:
parent
15065117ff
commit
4f059d2c8b
15 changed files with 585 additions and 664 deletions
|
|
@ -1334,7 +1334,6 @@ KTableEntry nsCSSProps::kDisplayKTable[] = {
|
|||
{ eCSSKeyword_ruby_base_container, StyleDisplay::RubyBaseContainer },
|
||||
{ eCSSKeyword_ruby_text, StyleDisplay::RubyText },
|
||||
{ eCSSKeyword_ruby_text_container, StyleDisplay::RubyTextContainer },
|
||||
// The next two entries are controlled by the layout.css.grid.enabled pref.
|
||||
{ eCSSKeyword_grid, StyleDisplay::Grid },
|
||||
{ eCSSKeyword_inline_grid, StyleDisplay::InlineGrid },
|
||||
// The next 4 entries are controlled by the layout.css.prefixes.webkit pref.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue