mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Maintain Corner type, add None type to AngleOrCorner
This commit is contained in:
parent
0530e648af
commit
5d56946bc2
6 changed files with 113 additions and 49 deletions
|
@ -53,8 +53,8 @@ use style::properties::{self, ServoComputedValues};
|
|||
use style::properties::style_structs;
|
||||
use style::servo::restyle_damage::REPAINT;
|
||||
use style::values::{self, Either, RGBA, computed};
|
||||
use style::values::computed::{Gradient, GradientKind, LengthOrPercentage, LengthOrPercentageOrAuto};
|
||||
use style::values::specified::{AngleOrCorner, HorizontalDirection, VerticalDirection};
|
||||
use style::values::computed::{AngleOrCorner, Gradient, GradientKind, LengthOrPercentage, LengthOrPercentageOrAuto};
|
||||
use style::values::specified::{HorizontalDirection, VerticalDirection};
|
||||
use style_traits::cursor::Cursor;
|
||||
use table_cell::CollapsedBordersForCell;
|
||||
use util::opts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue