mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
remove style important
This commit is contained in:
parent
78c12a03fd
commit
65adb9984e
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user