mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
style: Rename pointing to inherited_ui.
And also merge values::*::pointing into values::*::ui. Bug: 1460192 Reviewed-by: heycam MozReview-Commit-ID: FM4gWEszahB
This commit is contained in:
parent
4ab0e85ed5
commit
db0134e697
12 changed files with 103 additions and 134 deletions
|
@ -7,7 +7,7 @@
|
|||
use gecko::values::{convert_nscolor_to_rgba, convert_rgba_to_nscolor};
|
||||
use gecko_bindings::structs::{nscolor, StyleComplexColor};
|
||||
use values::computed::Color as ComputedColor;
|
||||
use values::generics::pointing::CaretColor;
|
||||
use values::generics::ui::CaretColor;
|
||||
|
||||
impl From<nscolor> for StyleComplexColor {
|
||||
fn from(other: nscolor) -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue