mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
set the loader color of outlined buttons to the style colour
This commit is contained in:
@@ -383,6 +383,12 @@ $no-palette: ("white", "black", "light", "dark");
|
|||||||
@include cv.register-vars(
|
@include cv.register-vars(
|
||||||
(
|
(
|
||||||
"button-border-width": max(1px, 0.0625em),
|
"button-border-width": max(1px, 0.0625em),
|
||||||
|
"loading-color":
|
||||||
|
hsl(
|
||||||
|
#{cv.getVar("button-h")},
|
||||||
|
#{cv.getVar("button-s")},
|
||||||
|
#{cv.getVar("button-l")}
|
||||||
|
),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user