as Mpmpmpmpm mentioned, that GUI style doesnt existing anymore. As my work around, I commented out "selected_logistic_slot_button" and added a new parent line "inventory_slot" as a work around for myself.
Works good. shows when selected (depressed)
data.raw["gui-style"].default["ltnc_misc_slot_selected"] = {
type = "button_style",
-- parent = "selected_logistic_slot_button",--
parent = "inventory_slot",
}