From: Jeremy Thomas Date: Sat, 19 Apr 2025 13:23:29 +0000 (+0200) Subject: Merge branch 'main' of github.com:jgthms/bulma X-Git-Tag: 1.0.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04145fb98f8c8dc631e44a46cc8dea8d2f91a030;p=thirdparty%2Fbulma.git Merge branch 'main' of github.com:jgthms/bulma --- 04145fb98f8c8dc631e44a46cc8dea8d2f91a030 diff --cc CHANGELOG.md index ee23e696,09968a2e..3bea9734 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -1,15 -1,8 +1,19 @@@ # Bulma Changelog -## Unreleased +## 1.0.4 -- Add .has-text-weight-extrabold as a typography class. ++### New Features ++ ++- #3937: Add .has-text-weight-extrabold as a typography class. ++ +### Bug Fixes + +- #3963: Improve colour loading versions of outlined buttons +- #3950: Correct the syntax in hero is-bold colour variants + +### Documentation Fixes + +- #3916 Fixed .skeleton-toggler issues ## 1.0.3 diff --cc docs/assets/css/website.css index 33ef2d8f,89b0a703..d374ea3c --- a/docs/assets/css/website.css +++ b/docs/assets/css/website.css @@@ -30890,6 -30889,6 +30890,10 @@@ has-background-moon.is-hoverable:activ font-weight: 700 !important; } ++.has-text-weight-extrabold { ++ font-weight: 800 !important; ++} ++ .is-family-primary { font-family: "Inter", "SF Pro", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; } @@@ -36981,11 -36974,11 +36985,16 @@@ svg .skeleton-toggler { position: fixed; -- right: 1rem; ++ right: 13.5rem; bottom: 1rem; -- z-index: 1; ++ z-index: 2; } ++@media screen and (max-width: 768px) { ++ .skeleton-toggler { ++ right: 1rem; ++ } ++} .js-resizable { position: relative; }