mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 04:22:37 +00:00
DAT-3934 provide europa styles to builder, fix chevron styling in builder preview
This commit is contained in:
parent
2568973381
commit
000a7239cb
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue