Related issues
Closes #37362 (closed)
Description
This PR adds a new Sass var called $form-floating-label-disabled-color
that will be used to display the label when form floating labels are disabled.
For the selects, it is consistent with Select > Disabled.
For the floating labels (without values), we risk to confuse the label with a simple input and its value but I don't see how to do it differently.
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
All new and existing tests passed