[improvement] TreeSelect: 去除点击态样式

This commit is contained in:
rex 2019-01-19 18:49:46 +08:00 committed by GitHub
parent efbbc07c10
commit 7fc0eb7a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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