-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add border on Title when focused (#622)
* Add focus style borders to title as well * Fix isFullyBordered calculated wrong on Android * Fix flow issue * Update gutenberg repo * Enable title borders when title is focused programmatically Also border styling mechanism changes, we start just to play with border colors in order to provide smoother animation This also solves Android's re-render title issue on the first tap * Fix unittests and update props * Delete unnecessary newline * Remove unnecessary prop * Update style name * Update onRef as ref * Update gutenberg ref * Update gutenberg ref * Update gutenberg repo ref * Update ref as innerRef * Update gutenberg ref
- Loading branch information
Showing
6 changed files
with
63 additions
and
56 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
Submodule gutenberg
updated
2 files
+55 −23 | packages/editor/src/components/post-title/index.native.js | |
+6 −0 | packages/editor/src/components/post-title/style.native.scss |
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
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