I tried both 「[data-template]:not([data-template='value'])」 and 「[data-template!='value']」, neither of them work.
(The second one even triggers LESS compilation error.)
--------
Update: I found that it can only be used with 「body」 because that's how XF2 default HTML templates are written.
I tried to use this conditioner with specific element but failed.