]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 19 Apr 2025 13:14:54 +0000 (15:14 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 19 Apr 2025 13:17:02 +0000 (15:17 +0200)
CHANGELOG.md
docs/assets/css/website.css

index 5eb6ea9418d3aec8beef1f6483bac84189863b1d..67fbd9817ce33bff77389a214573026adce69fbf 100644 (file)
@@ -1,5 +1,11 @@
 # Bulma Changelog
 
+## 1.0.4
+
+### Bug Fixes
+
+- #3963: Improve colour loading versions of outlined buttons
+
 ## 1.0.3
 
 ### Bug Fixes
index 1896388f727d629bc68b710d6205919db1564283..33ef2d8f8cd5dc9384068b066e84ed4671b8193a 100644 (file)
@@ -7215,6 +7215,7 @@ a.box:active {
 }
 .button.is-outlined {
   --bulma-button-border-width: max(1px, 0.0625em);
+  --bulma-loading-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
   background-color: transparent;
   border-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
   color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));