mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
e13c4d4131
* chore: create additional entry * fix: rm recv call * chore: Add default.less as index.less * chore: update entry * fix: row should also translate * chore: rename index-default to index and add index-pure instead * fix: missing transfer customize styl
15 lines
273 B
Plaintext
15 lines
273 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;
|
|
}
|
|
}
|
|
}
|