-
Notifications
You must be signed in to change notification settings - Fork 970
Conversation
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 perfect. solves all items in referenced issue...
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 great! ++ 😄
less/navigationBar.less
Outdated
color: #333; | ||
box-shadow: inset 0 0 0 1px #bbb, inset 0 0 0 3px rgba(55, 169, 253, 0.4); |
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.
Let's replace #bbb
and rgba(55, 169, 253, 0.4)
with variables and add them to variables.less and global.js for future refactoring work.
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.
Done
@@ -132,11 +132,10 @@ const styles = StyleSheet.create({ | |||
WebkitAppRegion: 'no-drag', | |||
borderWidth: '1px 1px 1px 0px', | |||
borderStyle: 'solid', | |||
borderColor: '#CBCBCB', | |||
borderColor: '#BBB', |
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.
Let's apply the variable for box-shadow
of navigationBar.less.
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.
Done
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.
I left the feedbacks.
Resolves brave#8058 Auditors: @bradleyrichter @bsclifton Test Plan: - specified in brave#8058
8d8a749
to
94e02ef
Compare
@luixxiul can you please review it again? |
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.
Tested on macOS. LGTM!
git rebase -i
to squash commits (if needed).Resolves #8058
Auditors
@bradleyrichter @bsclifton
Test Plan