bootstrap
bootstrap copied to clipboard
Disabled buttons get colored error fixed
Description
Motivation & Context
Type of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Refactoring (non-breaking change)
- [ ] Breaking change (fix or feature that would change existing functionality)
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 documentation
- [ ] I have updated the documentation accordingly
- [ ] I have added tests to cover my changes
- [ ] All new and existing tests passed
Live previews
Related issues
Closes #40557
Ok I got it @julien-deramond I have made new changes Please check out Thanks
This PR makes the ligtness of disabled buttons fixed. Disabled buttons should fade into the background , so the lightness has to change depending on which background a button is put on. So this does not close the mentioned issue.
@Riyazul555 There is already an open PR for the issue. Please see https://github.com/twbs/bootstrap/pull/40559 – feedback welcome!
Closing as stale.