NO BUG: Interference between hover and active mode

Browser: Chrome 114
OS: Windows
URL: fvvv – Try Bricks – t7b3ff1b

Hi bricks team.

It seems that there is a problem between hover and normal mode in some widgets. For example, in the pagination widget, I choose yellow as the active color and soft gray as the hover color. Here is the point : When I place the mouse on the active page (yellow color), the active mode style is canceled. While the color of the active state should not change. This is also the case in other widgets such as Tabs.

Please watch the following video :

Hey @HOSEIN,

thanks for your report.

I would not call this a bug as some people might want the :hover state to apply for the active (current) element as well. You can easily apply the same active (current) background color for the :hover state to make it work as you expect it to:


Hope this helps.

Best,

André

oh, thank you @aslotta, There was an important point here that I had forgotten.

Thanks for the great advice🥂