mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Merge pull request #3963 from ynte/fix-is-outlined-is-loading
Improve colour loading versions of outlined buttons
This commit is contained in:
@@ -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")}
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user