]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
New forms and buttons (#41708)
authorMark Otto <markd.otto@gmail.com>
Wed, 17 Sep 2025 00:05:34 +0000 (17:05 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 21 Sep 2025 05:15:23 +0000 (22:15 -0700)
commit98d6c80cd98d9569988ece5fcb46ea41ae30ddae
treeee0ea267e3e8301823f188b368024459942e50de
parent5f910f4a09e452c24d677b5b1316c86f4326767d
New forms and buttons (#41708)
32 files changed:
scss/_breadcrumb.scss
scss/_root.scss
scss/_utilities.scss
scss/_variables.scss
scss/bootstrap.scss
scss/buttons/_button-group.scss [moved from scss/_button-group.scss with 96% similarity]
scss/buttons/_button-variables.scss [new file with mode: 0644]
scss/buttons/_button.scss [moved from scss/_buttons.scss with 84% similarity]
scss/buttons/_close.scss [moved from scss/_close.scss with 95% similarity]
scss/buttons/index.scss [new file with mode: 0644]
scss/forms/_floating-labels.scss
scss/forms/_form-check.scss
scss/forms/_form-control.scss
scss/forms/_form-range.scss
scss/forms/_form-select.scss
scss/forms/_form-text.scss
scss/forms/_form-variables.scss [new file with mode: 0644]
scss/forms/_input-group.scss
scss/forms/_labels.scss
scss/forms/_validation.scss
scss/helpers/_focus-ring.scss
scss/mixins/_focus-ring.scss [new file with mode: 0644]
site/src/content/docs/components/buttons.mdx
site/src/content/docs/components/close-button.mdx
site/src/content/docs/forms/checks-radios.mdx
site/src/content/docs/forms/floating-labels.mdx
site/src/content/docs/forms/form-control.mdx
site/src/content/docs/forms/input-group.mdx
site/src/content/docs/forms/range.mdx
site/src/content/docs/forms/select.mdx
site/src/content/docs/forms/validation.mdx
site/src/content/docs/helpers/focus-ring.mdx