-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text align block controls #60
Closed
BE-Webdesign
wants to merge
20
commits into
WordPress:master
from
BE-Webdesign:text-align-block-controls
Closed
Text align block controls #60
BE-Webdesign
wants to merge
20
commits into
WordPress:master
from
BE-Webdesign:text-align-block-controls
Conversation
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
Merge in changes.
Adds text level block controls for alignment.
…elop Resolve confilcts.
Revert text alignment to be in sync with main repo.
Revert stuff.
The usage of apend strings was causing a bug where the same class was added N times as the element was selected so in order to prevent this we can just make a switch to the functions provided by classList with the same behavior: - add - remove
This change uses a new line instead of the second argument to add a new class, because the multiple paremeters is not supported on IE 10.
Previously add was not reseting to the original state of each block.
…align-block-controls
…bles headings, and paragraphs to properly change from left aligned, to center, or right aligned. The CSS currently only supports paragraphs, headings 1-6, and blockquote HTML elements.
Use classlist instead of appending and removing class names
…bles headings, and paragraphs to properly change from left aligned, to center, or right aligned. The CSS currently only supports paragraphs, headings 1-6, and blockquote HTML elements.
…bles headings, and paragraphs to properly change from left aligned, to center, or right aligned. The CSS currently only supports paragraphs, headings 1-6, and blockquote HTML elements.
omarreiss
pushed a commit
that referenced
this pull request
Jun 26, 2018
Jest-console: Add new package with console object matchers for Jest
hypest
pushed a commit
that referenced
this pull request
Nov 2, 2018
First stab at having Aztec in the RN app
hypest
pushed a commit
that referenced
this pull request
Nov 2, 2018
Improve dependency checking for scripts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #54. Adds event handlers following the way image block controls work. This will work for any
text
type and the css classes, for now, coverp
,h1-6
, and blockquote.