roannais-icitoyen: modify foldable caret positionning for IE11 compat (#43852)

This commit is contained in:
Thomas Jund 2020-06-11 14:10:32 +02:00
parent af13b788ad
commit c80363b4e0
1 changed files with 5 additions and 1 deletions

View File

@ -546,7 +546,6 @@ div.wcscurrentformscell ul {
bottom: 0.15em;
right: auto;
left: auto;
flex: 0 0 100%;
transform: scaleY(1.3);
}
}
@ -588,6 +587,11 @@ div.wcscurrentformscell ul {
border-image-slice: 0 100% 0 0;
}
}
&.foldable > div > h2:first-child {
&::after {
left: $title-height + $gradient-width;
}
}
}
@each $name, $file in $icons {
&.icon-#{$name} {