From e3f0b2c6f50f3f62a7fb86f40fd3bd2387cf6ce3 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 10 Jan 2016 22:51:03 +0800 Subject: [PATCH] update table filter menu style --- style/components/table.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/table.less b/style/components/table.less index 6d5044a3d7..43aa615f6e 100644 --- a/style/components/table.less +++ b/style/components/table.less @@ -226,7 +226,6 @@ box-shadow: @box-shadow-base; .ant-dropdown-menu { - max-height: 220px; border: 0; box-shadow: none; border-radius: @border-radius-base @border-radius-base 0 0; @@ -241,6 +240,7 @@ .ant-dropdown-menu-submenu-title:after { color: @primary-color; font-weight: bold; + text-shadow: 0 0 2px tint(@primary-color, 80%); } } }