mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 487942 - Remove cursor: -moz-alias | -moz-cell | -moz-context-menu | -moz-copy | -moz-spinning; remove: -moz-cell alias; r+sr=dbaron
This commit is contained in:
parent
63e5ae4909
commit
d57498c9ba
@ -80,7 +80,6 @@ CSS_KEY(-moz-button, _moz_button)
|
||||
CSS_KEY(-moz-buttondefault, _moz_buttondefault)
|
||||
CSS_KEY(-moz-buttonhoverface, _moz_buttonhoverface)
|
||||
CSS_KEY(-moz-buttonhovertext, _moz_buttonhovertext)
|
||||
CSS_KEY(-moz-cell, _moz_cell)
|
||||
CSS_KEY(-moz-cellhighlight, _moz_cellhighlight)
|
||||
CSS_KEY(-moz-cellhighlighttext, _moz_cellhighlighttext)
|
||||
CSS_KEY(-moz-center, _moz_center)
|
||||
|
@ -723,7 +723,6 @@ const PRInt32 nsCSSProps::kCursorKTable[] = {
|
||||
eCSSKeyword__moz_copy, NS_STYLE_CURSOR_COPY,
|
||||
eCSSKeyword__moz_alias, NS_STYLE_CURSOR_ALIAS,
|
||||
eCSSKeyword__moz_context_menu, NS_STYLE_CURSOR_CONTEXT_MENU,
|
||||
eCSSKeyword__moz_cell, NS_STYLE_CURSOR_CELL,
|
||||
// -moz- prefixed vendor specific
|
||||
eCSSKeyword__moz_grab, NS_STYLE_CURSOR_GRAB,
|
||||
eCSSKeyword__moz_grabbing, NS_STYLE_CURSOR_GRABBING,
|
||||
|
Loading…
Reference in New Issue
Block a user