Bricks Version: 1.3.6 Browser: Chrome 90 OS: macOS / Windows
When I put transition for CSS on HOVER of navigation, it does NOT apply on appearance of border-bottom. Transistion works for font-color on hover, but not yet for border of menu item.
I am not sure, if this is a bug or just a missing feature
the transition doesn’t work because there is no border-bottom in the default state.
If you add a 1px transparent border, the border on hover will smoothly change its color to red as expected.
Did not work in the beginning, what you suggested because did not understand what you meant by “transparent”.
And tried display:none and display:hidden.
After that, I set the border COLOR as transparent in the non-hover state, and it works now.