mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
Merge pull request #5881 from megawac/collapse-active-color
Use @primary-1 for collapse active state
This commit is contained in:
commit
74a12f189c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user