This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 973
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add styles.navigator - Add reloadButton testId to .reloadButton - Convert .navigatorWrapper - Convert .navbarMenubarFlexContainer - Convert .urlbarForm - Convert .urlbarIconContainer - Convert #titleBar - Convert bookmarkButton and removeBookmarkButton with Aphrodite - Convert 'navigationButton stopButton' - Convert 'navigationButton reloadButton' - Convert 'navigationButton homeButton' - Convert .bookmarkButtonContainer - Convert .topLevelEndButtons - Convert .endButtons - Rename .backforward to .topLevelStartButtons (as we have already had 'topLevelEndButtons' on the same level) - Convert braveMenu Also: - Add a const 'globalStyles.navigationBar.urlbarForm.height' - Add comments to navigation components about the buttons - Remove 'margin: 0 7px 0 0' as no elements tagged with navigationButton need the margin-right - Remove !important from navigator_wide - Remove startButtons className - Remove margin-left:2px and left:2px since the fa-unlock icon is always displayed at the center of the container - Merge styles.addPublisherButtonContainer with commonStyles.navigator__buttonContainer - "commonStyles.navigator__buttonContainer" applies the same properties to both "styles.navigator__buttonContainer_addPublisherButtonContainer" and "navigator__buttonContainer_bookmarkButtonContainer" in the same way as coded on navigationBar.less - Move urlbarForm_wide - Remove .navigationButton and its style (as buttons have the inline-block property by default) - Remove unnecessary div wrapping bookmarkButtonContainer - Replace .urlbarForm.noBorderRadius with urlbarForm_isPublisherButtonEnabled - Since border-top-left-radius and border-bottom-right-radius have been set to '#navigator:not(.titleMode) .urlbarForm', setting the other 2 border-radius should make the code clear. - Remove margin-left from navigatorWrapper__topLevelEndButtons (as margin is speficied with #nagivator) - Remove a redundant wrapper, braveMenuContainer - Replace Button with BrowserButton - Update test ids TODO: the classNames are too long and will be renamed later Test Plan: available on #9299 (comment)
- Loading branch information
Suguru Hirahara
committed
Jun 26, 2017
1 parent
0bf714d
commit b76f995
Showing
8 changed files
with
330 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.