Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: An issue where rc-tooltip CSS declarations were incorrectly orde…
…red on build - rc-tooltip: https://www.npmjs.com/package/rc-tooltip - The issue was that two CSS declarations (.rc-tooltip & .rc-tooltip-hidden) appear with one order in development (.rc-tooltip then .rc-tooltip-hidden) and the reverse order in a build (.rc-tooltip-hidden then .rc-tooltip). - See facebook/docusaurus#3678 - This patch fixes the issue by ensuring that the .rc-tooltip-hidden class takes precedence over the .rc-tooltip class.
- Loading branch information