Add more dropdown doc

This commit is contained in:
Jeremy Thomas
2017-07-24 12:34:43 +02:00
parent 41f9392a93
commit 28d22d97df
5 changed files with 104 additions and 10 deletions

View File

@@ -3816,11 +3816,16 @@ a.dropdown-item {
white-space: nowrap;
}
a.dropdown-item:hover, a.dropdown-item.is-active {
a.dropdown-item:hover {
background-color: whitesmoke;
color: #0a0a0a;
}
a.dropdown-item.is-active {
background-color: #00d1b2;
color: #fff;
}
.dropdown-divider {
background-color: #dbdbdb;
border: none;