2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Grammar fixes

This commit is contained in:
XhmikosR
2020-05-12 09:45:21 +03:00
parent 4a26e51540
commit 32932d27d5
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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" %}
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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>