User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_templates |
form-text
sets color
and font-size
so no need to use text-muted
.
I will be doing a separate PR to remove text-muted
from form-text
that has this class.
I understand but why add another class to override the color. Might as well override .form-text
.
Plus you can barely tell the difference without text-muted
.
From Bootstrap 5 Migration page.
.form-text no longer sets display, but does set color and font-size. So instead of <small class="form-text text-muted"> you should now use <div class="form-text">.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-02 19:53:04 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
Removed: ? |
For consistency please put the text-muted class back