From: Jeremy Thomas Date: Sat, 19 Apr 2025 13:14:54 +0000 (+0200) Subject: Update changelog X-Git-Tag: 1.0.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf1de530aa46f4120e248b87423be8d868cc9e7;p=thirdparty%2Fbulma.git Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb6ea94..67fbd981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Bulma Changelog +## 1.0.4 + +### Bug Fixes + +- #3963: Improve colour loading versions of outlined buttons + ## 1.0.3 ### Bug Fixes diff --git a/docs/assets/css/website.css b/docs/assets/css/website.css index 1896388f..33ef2d8f 100644 --- a/docs/assets/css/website.css +++ b/docs/assets/css/website.css @@ -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));