mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Use the rust color representation.
Differential Revision: https://phabricator.services.mozilla.com/D25976
This commit is contained in:
parent
691eb36ffe
commit
53ccbc5751
5 changed files with 9 additions and 209 deletions
|
@ -19,4 +19,4 @@ pub type Cursor = generics::Cursor<CursorImage>;
|
|||
pub type CursorImage = generics::CursorImage<ComputedImageUrl, Number>;
|
||||
|
||||
/// A computed value for `scrollbar-color` property.
|
||||
pub type ScrollbarColor = generics::ScrollbarColor<Color>;
|
||||
pub type ScrollbarColor = generics::GenericScrollbarColor<Color>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue