From 828009fd5915e322c46b1685a1bd5422dcf80121 Mon Sep 17 00:00:00 2001 From: gtbu Date: Fri, 30 May 2025 20:01:28 +0200 Subject: [PATCH] Update bootstrap 3 variables.scss $popover-arrow-outer-color: fadein($popover-border-color, 0.005); was : .5% which throws under some installations a compilation error --- themes/Bootswatch_Scss/Cerulian/variables.scss | 2 +- themes/Bootswatch_Scss/Cosmo/variables.scss | 2 +- themes/Bootswatch_Scss/Cyborg/variables.scss | 2 +- themes/Bootswatch_Scss/Darkly/variables.scss | 2 +- themes/Bootswatch_Scss/Flatly/variables.scss | 2 +- themes/Bootswatch_Scss/Journal/variables.scss | 2 +- themes/Bootswatch_Scss/Lumen/variables.scss | 2 +- themes/Bootswatch_Scss/Paper/variables.scss | 2 +- themes/Bootswatch_Scss/Readable/variables.scss | 2 +- themes/Bootswatch_Scss/Sandstone/variables.scss | 2 +- themes/Bootswatch_Scss/Simplex/variables.scss | 2 +- themes/Bootswatch_Scss/Slate/variables.scss | 2 +- themes/Bootswatch_Scss/Spacelab/variables.scss | 2 +- themes/Bootswatch_Scss/United/variables.scss | 2 +- themes/Bootswatch_Scss/Yeti/variables.scss | 2 +- themes/Cajon_Scss/sidemenu/variables.scss | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/themes/Bootswatch_Scss/Cerulian/variables.scss b/themes/Bootswatch_Scss/Cerulian/variables.scss index 8fbffe4..2361862 100644 --- a/themes/Bootswatch_Scss/Cerulian/variables.scss +++ b/themes/Bootswatch_Scss/Cerulian/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Cosmo/variables.scss b/themes/Bootswatch_Scss/Cosmo/variables.scss index dc852ff..1fb2977 100644 --- a/themes/Bootswatch_Scss/Cosmo/variables.scss +++ b/themes/Bootswatch_Scss/Cosmo/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Cyborg/variables.scss b/themes/Bootswatch_Scss/Cyborg/variables.scss index 2642531..4b2a66e 100644 --- a/themes/Bootswatch_Scss/Cyborg/variables.scss +++ b/themes/Bootswatch_Scss/Cyborg/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Darkly/variables.scss b/themes/Bootswatch_Scss/Darkly/variables.scss index 030dc52..861d282 100644 --- a/themes/Bootswatch_Scss/Darkly/variables.scss +++ b/themes/Bootswatch_Scss/Darkly/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Flatly/variables.scss b/themes/Bootswatch_Scss/Flatly/variables.scss index ee6d3b0..9554ecb 100644 --- a/themes/Bootswatch_Scss/Flatly/variables.scss +++ b/themes/Bootswatch_Scss/Flatly/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Journal/variables.scss b/themes/Bootswatch_Scss/Journal/variables.scss index 491a37b..4927321 100644 --- a/themes/Bootswatch_Scss/Journal/variables.scss +++ b/themes/Bootswatch_Scss/Journal/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Lumen/variables.scss b/themes/Bootswatch_Scss/Lumen/variables.scss index 70ca6d4..6b91d90 100644 --- a/themes/Bootswatch_Scss/Lumen/variables.scss +++ b/themes/Bootswatch_Scss/Lumen/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Paper/variables.scss b/themes/Bootswatch_Scss/Paper/variables.scss index a37792f..623abe3 100644 --- a/themes/Bootswatch_Scss/Paper/variables.scss +++ b/themes/Bootswatch_Scss/Paper/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Readable/variables.scss b/themes/Bootswatch_Scss/Readable/variables.scss index f05f52c..f5e134a 100644 --- a/themes/Bootswatch_Scss/Readable/variables.scss +++ b/themes/Bootswatch_Scss/Readable/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Sandstone/variables.scss b/themes/Bootswatch_Scss/Sandstone/variables.scss index ad3c982..1041096 100644 --- a/themes/Bootswatch_Scss/Sandstone/variables.scss +++ b/themes/Bootswatch_Scss/Sandstone/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Simplex/variables.scss b/themes/Bootswatch_Scss/Simplex/variables.scss index 5ff3aea..5fee98c 100644 --- a/themes/Bootswatch_Scss/Simplex/variables.scss +++ b/themes/Bootswatch_Scss/Simplex/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Slate/variables.scss b/themes/Bootswatch_Scss/Slate/variables.scss index aeae819..5e691b9 100644 --- a/themes/Bootswatch_Scss/Slate/variables.scss +++ b/themes/Bootswatch_Scss/Slate/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Spacelab/variables.scss b/themes/Bootswatch_Scss/Spacelab/variables.scss index 1acd8fb..bb40899 100644 --- a/themes/Bootswatch_Scss/Spacelab/variables.scss +++ b/themes/Bootswatch_Scss/Spacelab/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/United/variables.scss b/themes/Bootswatch_Scss/United/variables.scss index 9bd369d..83e895a 100644 --- a/themes/Bootswatch_Scss/United/variables.scss +++ b/themes/Bootswatch_Scss/United/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Bootswatch_Scss/Yeti/variables.scss b/themes/Bootswatch_Scss/Yeti/variables.scss index eec9ccf..8ad0ebf 100644 --- a/themes/Bootswatch_Scss/Yeti/variables.scss +++ b/themes/Bootswatch_Scss/Yeti/variables.scss @@ -556,7 +556,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fade-in($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%); diff --git a/themes/Cajon_Scss/sidemenu/variables.scss b/themes/Cajon_Scss/sidemenu/variables.scss index 3c1c43f..101f85b 100644 --- a/themes/Cajon_Scss/sidemenu/variables.scss +++ b/themes/Cajon_Scss/sidemenu/variables.scss @@ -370,7 +370,7 @@ $popover-title-bg: darken($popover-bg, 3%); $popover-arrow-width: 10px; $popover-arrow-color: $popover-bg; $popover-arrow-outer-width: ($popover-arrow-width + 1); -$popover-arrow-outer-color: fadein($popover-border-color, .5%); +$popover-arrow-outer-color: fadein($popover-border-color, 0.005); $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%);