Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap dropdown problem Reply To: Bootstrap dropdown problem

#243348
cscodismith
Participant

Figured out the solution myself. The proper css selector in my case was as followed:
ul.navbar-nav>li>a.dropdown-toggle:focus

You can also use the updated codepen.io here if you’d like.