From: ynte Date: Wed, 22 Jan 2025 10:05:10 +0000 (+0100) Subject: set the loader color of outlined buttons to the style colour X-Git-Tag: 1.0.4~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c2d5ac1fcae9f39e7dc24f32231119bdb2c471;p=thirdparty%2Fbulma.git set the loader color of outlined buttons to the style colour --- diff --git a/sass/elements/button.scss b/sass/elements/button.scss index 07c5aa76..06ac4b6a 100644 --- a/sass/elements/button.scss +++ b/sass/elements/button.scss @@ -383,6 +383,12 @@ $no-palette: ("white", "black", "light", "dark"); @include cv.register-vars( ( "button-border-width": max(1px, 0.0625em), + "loading-color": + hsl( + #{cv.getVar("button-h")}, + #{cv.getVar("button-s")}, + #{cv.getVar("button-l")} + ), ) );