-
Notifications
You must be signed in to change notification settings - Fork 969
Create <TextArea> and <DefaultTextArea> with Aphrodite #7165
Conversation
@cezaraugusto @bsclifton I am not quite whether I have correctly updated the test code. Would you please have a look at it? Thanks! |
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.
same comment as #7172 review regarding stringifying object keys for Aphrodite styles. Otherwise LGTM ++
@bsclifton maybe we can use this PR to also remove other cases in this file as well? They're not necessary and makes it harder IMO to differentiate between classes and pseudo-states (where they're necessary).
btw checked test changes and they failed but since it's failing on master as well I don't think it's related with this PR changes so ++ |
@cezaraugusto @bsclifton if you would please remove all quotes and add the fix to this PR :-) |
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.
Removed unneeded quotes, LGTM
- Remove unneeded quotes from Aphrodite styles by @cezaraugusto Closes #7163 Auditors: Test Plan: 1. Open about:adblock 2. Input some strings inside the textarea 3. Make sure the font size is set to 14.5px 4. Make sure 10px margins exist on the top and the bottom of the textarea 5. Open about:styles 6. Make sure <TextForm> and <DefaultTextForm> are correctly displayed
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.
++
Test Plan
<TextForm>
and<DefaultTextForm>
are correctly displayedDetails
Closes #7163
Auditors: @bsclifton @cezaraugusto
git rebase -i
to squash commits (if needed).Test Plan: