I've been struggling to customize a navigation bar styled with Bootstrap 4. My goal is to create a hover effect on the menu items similar to the image or code snippet provided, but without that annoying thin blue flashing offset below the item. Despite spending hours on it, I can't seem to get the orange element to match the exact height of the navigation bar.
Just a heads up: The HTML for this project is generated by a CMS, so I'm unable to modify the HTML directly. Therefore, any solutions provided should be CSS-only.
https://i.sstatic.net/7gYH5.png
*,
*::before,
*::after {
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
...