mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
layout: Implement pointer-events: none
per SVG 1.1 § 16.6.
SVG-only values are not yet supported.
This commit is contained in:
parent
df6a7959df
commit
899c9429d0
4 changed files with 58 additions and 12 deletions
|
@ -998,7 +998,7 @@ impl LayoutRPC for LayoutRPCImpl {
|
|||
|
||||
// Compute the new cursor.
|
||||
let cursor = if !mouse_over_list.is_empty() {
|
||||
mouse_over_list[0].cursor
|
||||
mouse_over_list[0].pointing.unwrap()
|
||||
} else {
|
||||
Cursor::DefaultCursor
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue