Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Create <TextArea> and <DefaultTextArea> with Aphrodite #7165

Merged
merged 1 commit into from
Feb 15, 2017
Merged

Create <TextArea> and <DefaultTextArea> with Aphrodite #7165

merged 1 commit into from
Feb 15, 2017

Conversation

luixxiul
Copy link
Contributor

@luixxiul luixxiul commented Feb 10, 2017

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

Details

Closes #7163

Auditors: @bsclifton @cezaraugusto

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

Test Plan:

@luixxiul
Copy link
Contributor Author

@cezaraugusto @bsclifton I am not quite whether I have correctly updated the test code. Would you please have a look at it? Thanks!

Copy link
Contributor

@cezaraugusto cezaraugusto left a 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).

@cezaraugusto
Copy link
Contributor

cezaraugusto commented Feb 11, 2017

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 ++

@luixxiul
Copy link
Contributor Author

@cezaraugusto @bsclifton if you would please remove all quotes and add the fix to this PR :-)

@bsclifton bsclifton added this to the 0.13.4 milestone Feb 12, 2017
Copy link
Contributor

@cezaraugusto cezaraugusto left a 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

@luixxiul luixxiul changed the title Create <TextArea> and <AboutAdblockTextArea> with Aphrodite Create <TextArea> and <DefaultTextArea> with Aphrodite Feb 14, 2017
- 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
Copy link
Member

@bsclifton bsclifton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants