.collapsing {
-webkit-transition: none;
transition: none;
display: none;
}
和此:
.accordion-icon-transform {
rotate(0deg)!important;
}
但似乎都没有起作用
您需要将其应用于伪元素,这就是添加和过渡的地方。
.accordion-button::after
.accordion-button::after {
transform: none !important;
transition: none !important;
}
$ ACCORAION-BUTTON-ICON:无;
@导入“ bootstrap/scss/bootstrap”;