Description
This PR suggests dropping one of the two $nav-link-disabled-color
. I supposed that we prefer to set it with the CSS var instead of $gray-500
based on our recent work around color mode. But I might be wrong; there are some edge cases sometimes :)
Type of changes
-
Enhancement (non-breaking change)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) - (N/A) My change introduces changes to the documentation
- (N/A) I have updated the documentation accordingly
- (N/A) I have added tests to cover my changes
-
All new and existing tests passed