Replace non-standard use of pseudo class ':not(hover)' with ':not(:hover)'

Adapta uses a non standard pseudo class ':not(hover' in over a dozen
places.

While this pseudo class works in many places its interactions with the
standard ':not(:hover)' pseudo class are hard to predict.

This CL used "s/\([^_\-:\.]\)\(hover\)/\1:\2/" to insert the ":" where
necessary.

Bug: 822495
Change-Id: If971dd9b457cf72f45ecaeffb0e3e0eac0c90187
Reviewed-on: https://chromium-review.googlesource.com/1140345
Commit-Ready: Josh Pratt <jopra@chromium.org>
Tested-by: Josh Pratt <jopra@chromium.org>
Reviewed-by: Raymes Khoury <raymes@chromium.org>
4 files changed