mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Disable align-items in geckolib.
This commit is contained in:
parent
99e3e12259
commit
fd09035c65
2 changed files with 6 additions and 1 deletions
|
@ -1921,6 +1921,7 @@ pub fn cascade<C: ComputedValues>(
|
|||
}
|
||||
}
|
||||
|
||||
% if "align-items" in data.longhands_by_name:
|
||||
{
|
||||
use self::style_struct_traits::Position;
|
||||
use computed_values::align_self::T as align_self;
|
||||
|
@ -1937,6 +1938,7 @@ pub fn cascade<C: ComputedValues>(
|
|||
style.mutate_position().set_align_self(self_align);
|
||||
}
|
||||
}
|
||||
% endif
|
||||
|
||||
// The initial value of border-*-width may be changed at computed value time.
|
||||
% for side in ["top", "right", "bottom", "left"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue