parent
c213c83844
commit
44ae7f1b93
|
@ -1,5 +1,6 @@
|
|||
@import '../../style/themes/index';
|
||||
@import '../../style/mixins/index';
|
||||
@import './status';
|
||||
|
||||
@dropdown-prefix-cls: ~'@{ant-prefix}-dropdown';
|
||||
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
@import './index';
|
||||
|
||||
.@{dropdown-prefix-cls}-menu-item {
|
||||
&&-danger {
|
||||
color: @error-color;
|
||||
|
||||
&:hover {
|
||||
color: @text-color-inverse;
|
||||
background-color: @error-color;
|
||||
}
|
||||
}
|
||||
}
|
2
v2-doc
2
v2-doc
|
@ -1 +1 @@
|
|||
Subproject commit 17abe8a32a993726902f52e153f5470c1ffba02a
|
||||
Subproject commit 371725edee4a3af9d21b50bba5faf37594d16279
|
Loading…
Reference in New Issue