Home › Forums › CSS › Bootstrap dropdown problem › Reply To: Bootstrap dropdown problem
July 3, 2016 at 8:05 pm
#243348
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.