[EuiDatePicker] Fixed the bug of not seeing difference between the disabled/non-disabled times#4524
Conversation
fixed invalid link (elastic#4520)
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
💚 CLA has been signed |
cchaos
left a comment
There was a problem hiding this comment.
👋 Welcome @git-anurag-hub !
If you haven't already, you please sign the CLA linked below. Be sure to use the same email address linked to your Github account.
|
Made the change you asked for. :) |
|
Thanks, I'll get our CI (Jenkins) started for you which will run our tests and get a preview built. Jenkins, test this |
|
In the meantime, this PR will need a Changelog entry. You can follow the pattern already established in the CHANGELOG.md file. |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_4524/ |
[Page layouts] Updates to [EuiSideNav] (elastic#4488)
|
Done with CHANGELOG.md @cchaos |
cchaos
left a comment
There was a problem hiding this comment.
Thanks @git-anurag-hub. Just one more fix for your current changes.
|
Np @cchaos |
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
|
Jenkins, test this |
|
Jenkins, test this |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_4524/ |
Summary
Fixed the bug of not seeing difference between the disabled/non-disabled times. ISSUE LINK
Solved it by commenting one css property it was overriding the blur effect.
Before:-

After:-

Checklist
[ ] Props have proper autodocs and playground toggles[ ] Added documentation[ ] Checked Code Sandbox works for the any docs examples[ ] Added or updated jest tests[ ] Checked for breaking changes and labeled appropriately