mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Move cursor to cbindgen.
The only reason it was on style_traits is so that they could use it from some other crates, but Servo eventually ends up getting the value from an integer, so may as well pass it around and do that in the end of the process anyway. Differential Revision: https://phabricator.services.mozilla.com/D16557
This commit is contained in:
parent
88fd730775
commit
92b58ade2f
8 changed files with 66 additions and 222 deletions
|
@ -5,7 +5,7 @@
|
|||
//! Generic values for UI properties.
|
||||
|
||||
use std::fmt::{self, Write};
|
||||
use style_traits::cursor::CursorKind;
|
||||
use values::specified::ui::CursorKind;
|
||||
use style_traits::{CssWriter, ToCss};
|
||||
|
||||
/// A generic value for the `cursor` property.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue