提交 e20a4001 编写于 作者: C Catouse

* add '.dropdown-hover' style.

上级 7f2132b8
......@@ -117,14 +117,23 @@
}
}
// Dropdown hover option
// Open dorpdown menu on hover
.dropdown-hover .dropdown-menu {
margin: -1px 0;
}
// Open state for the dropdown
.dropdown-hover:hover,
.open {
// Show the menu
> .dropdown-menu { display: block; }
// Remove the outline when :focus is triggered
> a { outline: 0; }
}
}
// Dropdown section headers
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册