ant-design/components/dropdown/style/status.less
二货机器人 b4730281a9
refactor: Dropdown cssinjs support (#35214)
* chore: init

* chore: dropdown style

* chore: more style

* chore: icon style

* chore: more style

* chore: diff shows the cache path

* chore: motion support

* chore: more style

* feat: status

* chore: sub menu style

* chore: all dropdown style

* fix: ts

* chore: update snapshot

* Update components/dropdown/style/index.tsx

Co-authored-by: MadCcc <1075746765@qq.com>

* chore: update style

Co-authored-by: MadCcc <1075746765@qq.com>
2022-04-25 10:54:00 +08:00

15 lines
306 B
Plaintext

// @import (reference) '../../style/themes/index';
// @dropdown-prefix-cls: ~'@{ant-prefix}-dropdown';
// .@{dropdown-prefix-cls}-menu-item {
// &&-danger {
// color: @error-color;
// &:hover {
// color: @text-color-inverse;
// background-color: @error-color;
// }
// }
// }