perf(TreeSelect): 去除点击态样式 @rex-zsd (#2550)

This commit is contained in:
rex 2019-01-18 13:19:28 +08:00 committed by neverland
parent 6d75bd80bc
commit b38b3575a2

View File

@ -22,7 +22,6 @@
line-height: 44px;
padding: 0 9px 0 15px;
&:active::after,
&--active::after {
position: absolute;
top: 0;
@ -63,7 +62,6 @@
font-weight: bold;
line-height: 44px;
&:active,
&--active {
color: @red;
}