When entering a box-shadow or text-shadow I get the icon to use the shadow editor, but using:
element {
filter: drop-shadow(2px 2px 10px #000);
}
Does not trigger it. Given that drop-shadow works much better for images with transparency, it should also trigger the icon.
