fix: broken style of SubMenu[disabled], close: #6062

This commit is contained in:
Benjy Cui
2017-05-15 18:24:27 +08:00
parent 1165200dcc
commit aab3daa1ea
+7
View File
@@ -365,6 +365,10 @@
color: @disabled-color !important;
pointer-events: none;
}
> .@{menu-prefix-cls}-submenu-title {
color: @disabled-color !important;
cursor: not-allowed;
}
}
}
@@ -454,5 +458,8 @@
opacity: 0.8;
color: @disabled-color-dark !important;
}
> .@{menu-prefix-cls}-submenu-title {
color: @disabled-color-dark !important;
}
}
}