geido commented on code in PR #32989:
URL: https://github.com/apache/superset/pull/32989#discussion_r2026964252
##########
superset-frontend/src/features/annotations/AnnotationModal.tsx:
##########
@@ -70,7 +71,7 @@ const AnnotationContainer = styled.div`
}
textarea,
- input[type='text'] {
+ Input {
Review Comment:
It seems to be intentional at this point? I might be surprised it this
actually works :)
##########
superset-frontend/src/components/ImportModal/index.tsx:
##########
@@ -65,8 +66,8 @@ const StyledInputContainer = styled.div`
}
}
- input,
- textarea {
+ Input,
+ TextArea {
Review Comment:
I think this and the ones below were a greedy find and replace?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org