Merged
requested to merge github/fork/julien-deramond/main-jd-fix-disabled-cal-btn-in-dropdown-example into main
Description
Add a new rule in examples/dropdowns/dropdowns.css
to remove the border for disabled calendar buttons.
Motivation & Context
This change is required to retrieve the same rendering before ef9d8538 that introduces for the buttons:
&:disabled,
&.disabled,
fieldset:disabled & {
/*...*/
border-color: var(--#{$variable-prefix}btn-disabled-border-color);
/*...*/
}
Rendering of the current main branch to compare to the current Dropdowns example:
Types 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
) My change introduces changes to the documentationI have updated the documentation accordinglyI have added tests to cover my changes-
All new and existing tests passed