|
@@ -23,10 +23,16 @@
|
|
|
float: right;
|
|
|
line-height: 48px;
|
|
|
font-weight: 300;
|
|
|
+ @include when(active) {
|
|
|
+ transform: rotate(90deg);
|
|
|
+ }
|
|
|
}
|
|
|
&.focusing:focus:not(:hover){
|
|
|
color: $--color-primary;
|
|
|
}
|
|
|
+ @include when(active) {
|
|
|
+ border-bottom-color: transparent;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@include e(wrap) {
|
|
@@ -44,15 +50,6 @@
|
|
|
line-height: 1.769230769230769;
|
|
|
}
|
|
|
|
|
|
- @include when(active) {
|
|
|
- .el-collapse-item__header {
|
|
|
- border-bottom-color: transparent;
|
|
|
- .el-collapse-item__arrow {
|
|
|
- transform: rotate(90deg);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
&:last-child {
|
|
|
margin-bottom: -1px;
|
|
|
}
|