FormComboBoxDelegate: Don't show hover feedback with nested combobox
Currently hovering over a nested combobox causes the whole delegate to also show hover feedback. It looks a little strange in my opinion, since we already have hover feedback in the combobox itself.
Here I change it to only show hover feedback with the dialog option.