mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
b4730281a9
* 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>
15 lines
306 B
Plaintext
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;
|
|
// }
|
|
// }
|
|
// }
|