mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update changelog
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user