Update changelog

This commit is contained in:
Jeremy Thomas
2025-04-19 15:14:54 +02:00
parent c678f0fdc8
commit 2bf1de530a
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# Bulma Changelog # Bulma Changelog
## 1.0.4
### Bug Fixes
- #3963: Improve colour loading versions of outlined buttons
## 1.0.3 ## 1.0.3
### Bug Fixes ### Bug Fixes

View File

@@ -7215,6 +7215,7 @@ a.box:active {
} }
.button.is-outlined { .button.is-outlined {
--bulma-button-border-width: max(1px, 0.0625em); --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; background-color: transparent;
border-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l)); 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)); color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));