-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Press2 1570 visual fixes preview editor #431
Press2 1570 visual fixes preview editor #431
Conversation
…S2-1570-visual-fixes-preview-editor
…bs/wp-module-onboarding into PRESS2-1570-visual-fixes-preview-editor
import { ReactComponent as RadioChecked } from '../../../../../static/icons/sitegen/radio-checked.svg'; | ||
import { ReactComponent as RadioUnchecked } from '../../../../../static/icons/sitegen/radio-unchecked.svg'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add these via css? like done for other svg's?
{ ...( triggerEvent === 'click' | ||
? { onClick: partial( handleEvent, tab.name ) } | ||
: { | ||
onMouseOver: partial( | ||
handleEvent, | ||
tab.name | ||
), | ||
} ) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be in the defined component above itself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
No description provided.