You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no styles present on buttons inside Data Explorer and Query Explorer.
Therefore text visibility on button fails when global style is applied on button tag.
button {
color: inherit;
}
Other buttons in devtools are not affected by this which have specific styles present.
Describe the bug
There are no styles present on buttons inside Data Explorer and Query Explorer.
Therefore text visibility on button fails when global style is applied on button tag.
Other buttons in devtools are not affected by this which have specific styles present.
Your minimal, reproducible example
https://codesandbox.io/s/inspiring-goldberg-3pecyp
Steps to reproduce
Expected behavior
Text visibility should not be affected by common generic styles on button tag.
Specific styles can be added on button to prevent this from happening.
How often does this bug happen?
Every time
Screenshots or Videos
Platform
react-query version
v3.35.0
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: