Merge pull request #5881 from megawac/collapse-active-color

Use @primary-1 for collapse active state
This commit is contained in:
偏右 2017-04-27 10:10:29 +08:00 committed by GitHub
commit 74a12f189c

View File

@ -3,6 +3,8 @@
@collapse-prefix-cls: ~"@{ant-prefix}-collapse";
@collapse-active-bg: @primary-1;
.collapse-close() {
.iconfont-size-under-12px(9px, 0);
}
@ -28,7 +30,7 @@
transition: all .3s;
&:active {
background-color: #eee!important;
background-color: @collapse-active-bg !important;
}
.arrow {