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;
|
||||
transition: all .3s;
|
||||
|
||||
&:active {
|
||||
background-color: @collapse-active-bg !important;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
.collapse-close();
|
||||
.iconfont-mixin();
|
||||
@ -118,4 +114,8 @@
|
||||
background-color: @disabled-bg;
|
||||
}
|
||||
}
|
||||
|
||||
& > &-item > .@{collapse-prefix-cls}-header:active {
|
||||
background-color: @collapse-active-bg;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user