mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
using new css class "drop-hover" for hovering over egw_action dropables and no longer any activeClass showing possible drop targets
This commit is contained in:
parent
07257ef167
commit
a7251c13ed
@ -509,8 +509,7 @@ function egwDropActionImplementation()
|
||||
_aoi.triggerEvent(EGW_AI_DRAG_OUT);
|
||||
},
|
||||
"tolerance": "pointer",
|
||||
activeClass: "ui-state-hover",
|
||||
hoverClass: "ui-state-active",
|
||||
hoverClass: "drop-hover",
|
||||
// Greedy is for nested droppables - children consume the action
|
||||
greedy: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user