Transition dropdown menus on opacity only.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all .15s linear;
|
transition: opacity .15s linear;
|
||||||
pointer-events: none; // Prevent auto show when mouse is below top menu item
|
pointer-events: none; // Prevent auto show when mouse is below top menu item
|
||||||
min-width: 190px;
|
min-width: 190px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user