DAT-3934 provide europa styles to builder, fix chevron styling in builder preview

This commit is contained in:
idradm 2016-03-18 10:43:49 +01:00
parent 2568973381
commit 000a7239cb
2 changed files with 7 additions and 7 deletions

View file

@ -13,8 +13,8 @@
width: $infobox-width;
}
// ********** Overwrite styles from article ********** //
// (placing it within portable-infobox class makes it strong enough) //
// ********** Overwrite styles from article ********** //
// (placing it within portable-infobox class makes it strong enough) //
.portable-infobox {
@ -81,10 +81,8 @@
// ********** Collapsible groups ********** //
.pi-collapse {
.pi-header {
@include collapsibleChevron;
}
.pi-collapse .pi-header {
@include collapsibleChevron;
}
.pi-collapse-closed {

View file

@ -29,6 +29,7 @@ $tabber-background-color: mix($color-buttons, $color-page, $background-color-mix
@if $is-dark-wiki {
$background-color: mix(mix($color-buttons, $white, $background-color-mix * 5), $color-page, $background-color-mix);
}
$horizontal-group-stripe-background: mix($color-buttons, $background-color, $background-color-mix);
@if lightness($color-buttons) < $tabber-lightness-condition {
@ -58,7 +59,8 @@ $horizontal-group-stripe-background: mix($color-buttons, $background-color, $bac
line-height: $list-item-line-height;
}
.pi-collapse .pi-header::after {
.pi-collapse .pi-header::after,
.pi-header.collapsible::after {
border-color: $color-button-text;
height: $collapsible-chevron-size;
right: $infobox-side-spacing;