mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
Grammar fixes
This commit is contained in:
parent
4a26e51540
commit
32932d27d5
@ -977,8 +977,8 @@ Validation styles are available for the following form controls and components:
|
||||
- `.custom-file`
|
||||
|
||||
{% capture callout %}
|
||||
##### Input group validations
|
||||
Input groups have difficulty with validation styles unfortunately. Our recommendation is to place feedback messages as sibling elements of the `.input-group` that has `.is-{valid|invalid}`. Placing feedback messages within input groups breaks the `border-radius`. [See this comment for workaround.](https://github.com/twbs/bootstrap/issues/25110#issuecomment-586565165)
|
||||
##### Input group validation
|
||||
Input groups have difficulty with validation styles, unfortunately. Our recommendation is to place feedback messages as sibling elements of the `.input-group` that has `.is-{valid|invalid}`. Placing feedback messages within input groups breaks the `border-radius`. [See this comment for a workaround](https://github.com/twbs/bootstrap/issues/25110#issuecomment-586565165).
|
||||
{% endcapture %}
|
||||
{% include callout.html content=callout type="warning" %}
|
||||
|
||||
|
@ -300,7 +300,7 @@ These changes, and more, are demonstrated below.
|
||||
|
||||
### Pointers on buttons
|
||||
|
||||
Reboot includes an enhancement for `role="button"` to change the default cursor to `pointer`. Add this attribute to elements to help indicate elements are interactive. This role isn't necessary for `<button>` elements, which gets it's own `cursor` change.
|
||||
Reboot includes an enhancement for `role="button"` to change the default cursor to `pointer`. Add this attribute to elements to help indicate elements are interactive. This role isn't necessary for `<button>` elements, which get their own `cursor` change.
|
||||
|
||||
{% capture example %}
|
||||
<span role="button">Non-button element button</span>
|
||||
|
@ -1,13 +1,13 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Interactions
|
||||
description: Utility classes that change how users interact with contents of a website.
|
||||
description: Utility classes that change how users interact with the contents of a website.
|
||||
group: utilities
|
||||
---
|
||||
|
||||
## Text selection
|
||||
|
||||
Change the way in which the content is selected when the user interacts with it.
|
||||
Change how the content is selected when the user interacts with it.
|
||||
|
||||
{% capture example %}
|
||||
<p class="user-select-all">This paragraph will be entirely selected when clicked by the user.</p>
|
||||
|
@ -88,7 +88,7 @@ gem install bootstrap -v {{ site.current_ruby_version }}
|
||||
For the first time ever, Bootstrap has its own open source SVG icon library, designed to work best with our components and documentation.
|
||||
</p>
|
||||
<p>
|
||||
Bootstrap Icons are designed to work best with Bootstrap components, but they’ll work in any project. They’re SVGs, so they scale quickly and easily, can be implmented in several ways, and can be styled with CSS.
|
||||
Bootstrap Icons are designed to work best with Bootstrap components, but they’ll work in any project. They’re SVGs, so they scale quickly and easily, can be implemented in several ways, and can be styled with CSS.
|
||||
</p>
|
||||
<a href="{{ site.icons }}" class="btn btn-lg btn-outline-primary mb-3">Get Bootstrap Icons</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user