-
Notifications
You must be signed in to change notification settings - Fork 974
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11417 +/- ##
==========================================
+ Coverage 52.48% 52.49% +<.01%
==========================================
Files 268 268
Lines 25229 25231 +2
Branches 4026 4026
==========================================
+ Hits 13242 13244 +2
Misses 11987 11987
|
Closes #9233 - Apply BrowserButton to the close button - Apply Textbox to the input element - Add color styles to theme.js Auditors: Test Plan: 1. Run `npm run test -- --grep='findbar'` 2. Open facebook.com 3. Display find bar 4. Make sure the bar is displayed properly
disabled={this.props.numberOfMatches <= 0} | ||
onClick={this.onFindPrev} | ||
// See autofillAddressPanel.js | ||
// Ref: https://github.com/brave/browser-laptop/pull/7164#discussion_r100586892 |
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.
@petemill do you think this applies to this case?
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.
@luixxiul if you are asking will the ref={ ... } work here - then yes because it's directly on html element.
@@ -4,7 +4,7 @@ | |||
|
|||
const React = require('react') | |||
const Immutable = require('immutable') | |||
const {StyleSheet, css} = require('aphrodite') | |||
const {StyleSheet, css} = require('aphrodite/no-important') |
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.
thanks for this
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.
++ thanks for moving selectors to data attr
Refactor findbar with Aphrodite
0.21.x a950f88 |
please wait for another big update... :-) |
Closes #9233
Auditors: @cezaraugusto
Test Plan:
npm run test -- --grep='findbar'
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests