-
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
Fix/issue 12033 url label #12959
Merged
gziolo
merged 37 commits into
WordPress:master
from
timwright12:fix/issue-12033-URL-label
Feb 13, 2019
Merged
Fix/issue 12033 url label #12959
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
39bc785
merge from upstream
e15b05f
Merge branch 'master' of github.com:WordPress/gutenberg
f9856ed
Merge branch 'master' of github.com:WordPress/gutenberg
0395ac4
Merge branch 'master' of github.com:WordPress/gutenberg
9eca9bf
Merge branch 'master' of github.com:WordPress/gutenberg
2297665
Merge branch 'master' of github.com:WordPress/gutenberg
246370f
Merge branch 'master' of github.com:WordPress/gutenberg
dfd129a
Merge branch 'master' of github.com:WordPress/gutenberg
e730af9
Merge branch 'master' of github.com:WordPress/gutenberg
277ff12
Merge branch 'master' of github.com:WordPress/gutenberg
b0ec06c
Merge branch 'master' of github.com:WordPress/gutenberg
8792af3
Merge branch 'master' of github.com:WordPress/gutenberg
de9d101
Merge branch 'master' of github.com:WordPress/gutenberg
cc87beb
local save
d7d5a8d
Merge branch 'master' of github.com:WordPress/gutenberg
cc4e6ca
Merge branch 'master' of github.com:WordPress/gutenberg
b9e444f
Merge branch 'master' of github.com:WordPress/gutenberg
2cf001e
darked focus state outline for block lists
3dc2f01
Merge branch 'master' of github.com:WordPress/gutenberg
94b2f52
Merge branch 'fix/issue-12254-make-selected-block-outline-darker'
09400da
Merge branch 'master' of github.com:WordPress/gutenberg
9446bc2
Merge branch 'master' of github.com:WordPress/gutenberg
bf8a16d
Merge branch 'master' of github.com:WordPress/gutenberg
21b3b3e
Merge branch 'master' of github.com:WordPress/gutenberg
260375e
Merge branch 'master' of github.com:WordPress/gutenberg
8aef5e5
sasve
8fa3ad7
Merge branch 'master' of github.com:WordPress/gutenberg
4834328
updated permalink labelling
daa937a
Merge branch 'master' of github.com:WordPress/gutenberg
fadb6cb
reverted package lock
cd8481f
updated label and added helper link
5226cd4
Merge branch 'master' of github.com:WordPress/gutenberg
0ef7a22
Merge branch 'master' of github.com:WordPress/gutenberg
5219d36
Merge branch 'master' into fix/issue-12033-URL-label
6049de6
post link text update
69e495e
Merge branch 'master' of github.com:WordPress/gutenberg into fix/issu…
b123408
Update index.js
timwright12 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
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.
It looks like the className
editor-post-link
doesn't have any associated styles. It can probably be removed unless there's a good reason for it?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.
Is this div really necessary or should we just replace it with
<Fragment />