mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
b1c9783edb
* 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>
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
.disabled {
|
|
color: rgba(0,0,0,.25);
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
}
|