How to change the hover color when clicking the header in the details?

How to change the hover color when clicking the header in the details?

Hi!
According to the Vaadin documentation, you can use the vaadin-tab:hover selector to style a vaadin-tab element with a hover state.
You can find additional selectors on this page: How to style Tabs | Vaadin components
Dmitriy