xxxxxxxxxx
1
<div class="dropdown">
2
<button class="btn btn-primary dropdown-toggle" type="button" id="dropdownMenu2" data-mdb-toggle="dropdown" aria-expanded="false">
3
Dropdown
4
</button>
5
<ul class="dropdown-menu" aria-labelledby="dropdownMenu2">
6
<li><button class="dropdown-item" type="button">Action</button></li>
7
<li><button class="dropdown-item" type="button">Another action</button></li>
8
<li><button class="dropdown-item" type="button">Something else here</button></li>
9
</ul>
10
</div>
xxxxxxxxxx
1
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
2
background-color: #39C0ED;
3
}
1
1
Console errors: 0