Is there a way for props.styles to remove baseStyles from a styled component ? #22854
Answered
by
micahgodbolt
tonyhallett
asked this question in
Q&A
-
I have the same use case as #18611. I want to remove the hover for a DetailsList functioning as a table. The solution provided in the codesandbox works.
I was hoping that this was possible.
I know I can create my own version of DetailsRow that provided own baseStyles that corrected getDetailsRowStyles.
|
Beta Was this translation helpful? Give feedback.
Answered by
micahgodbolt
Aug 26, 2022
Replies: 1 comment
-
The above solution is the best solution. MergeStyles doesn't support a null style. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
micahgodbolt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above solution is the best solution. MergeStyles doesn't support a null style.