Disable hover-effect for certain components without :hover-selector

Hey guys,

i was wondering if there is any way to disable hover effects for certain Vaadin-components
without
using the :hover-selector.

I would’ve thought that something like this might do the trick:

.v-button {
  @include valo-button-style($states: normal focus active disabled)
}

This doesn’t seem to work, which is kinda weird because

.v-button {
  @include valo-button-style($padding: 5px)
}

works perfectly.

Help much appreciated.

Regards
Kai