mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Add more dropdown doc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user