ant-design-blazor/components/dropdown/style/patch.less
笨木头 b1c9783edb feat: add Dropdown (#93)
* feat: add onmouseleave/onmouseenter event

* feat: add js function

* feat: add dropdown

* feat(module: menu): support set PrefixCls from parent

* docs: add dropdown demo

* refactor(module: dropdown): remove log code

Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>
2020-05-09 11:09:07 +08:00

6 lines
90 B
Plaintext

.disabled {
color: rgba(0,0,0,.25);
cursor: not-allowed;
pointer-events: none;
}