update table filter menu style

This commit is contained in:
afc163 2016-01-10 22:51:03 +08:00
parent a222b3898b
commit e3f0b2c6f5

View File

@ -226,7 +226,6 @@
box-shadow: @box-shadow-base; box-shadow: @box-shadow-base;
.ant-dropdown-menu { .ant-dropdown-menu {
max-height: 220px;
border: 0; border: 0;
box-shadow: none; box-shadow: none;
border-radius: @border-radius-base @border-radius-base 0 0; border-radius: @border-radius-base @border-radius-base 0 0;
@ -241,6 +240,7 @@
.ant-dropdown-menu-submenu-title:after { .ant-dropdown-menu-submenu-title:after {
color: @primary-color; color: @primary-color;
font-weight: bold; font-weight: bold;
text-shadow: 0 0 2px tint(@primary-color, 80%);
} }
} }
} }