]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
set the loader color of outlined buttons to the style colour 3963/head
authorynte <ynte@geoloep.nl>
Wed, 22 Jan 2025 10:05:10 +0000 (11:05 +0100)
committerynte <ynte@geoloep.nl>
Wed, 22 Jan 2025 10:05:10 +0000 (11:05 +0100)
sass/elements/button.scss

index 07c5aa76d21930d6fc583a052528bef1fb59faf4..06ac4b6a1ecd18470ce5eaa29e2cb9055e167832 100644 (file)
@@ -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")}
+        ),
       )
     );