|
|
@ -30,10 +30,6 @@
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
transition: all .3s;
|
|
|
|
transition: all .3s;
|
|
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
background-color: @collapse-active-bg !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.arrow {
|
|
|
|
.arrow {
|
|
|
|
.collapse-close();
|
|
|
|
.collapse-close();
|
|
|
|
.iconfont-mixin();
|
|
|
|
.iconfont-mixin();
|
|
|
@ -118,4 +114,8 @@
|
|
|
|
background-color: @disabled-bg;
|
|
|
|
background-color: @disabled-bg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > &-item > .@{collapse-prefix-cls}-header:active {
|
|
|
|
|
|
|
|
background-color: @collapse-active-bg;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|