Skip to content
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

Blocks: Use cite instead of footer for the pullquote block's markup #3851

Merged
merged 1 commit into from
Dec 8, 2017

Conversation

youknowriad
Copy link
Contributor

This PRs updates the pullquote block to use cite instead of footer (same as quote).
There were also some leftover style changes required for the quote block.

@youknowriad youknowriad self-assigned this Dec 7, 2017
@mtias
Copy link
Member

mtias commented Dec 7, 2017

Looks good to me.

@youknowriad youknowriad merged commit dcf2a9d into master Dec 8, 2017
@youknowriad youknowriad deleted the update/use-cite-for-pullquote branch December 8, 2017 12:37
@aduth aduth mentioned this pull request Dec 12, 2017
3 tasks
mcsf added a commit that referenced this pull request Dec 14, 2017
Fixes a visual regression introduced in #3851
@@ -2,7 +2,7 @@
margin: 0 0 16px;
box-shadow: inset 0px 0px 0px 0px $light-gray-500;

footer {
cite {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change caused a visual regression in the editor, since the citation Editable's tagName wasn't updated to cite. Possible fix: #4013

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CSS selector should have been:

cite,
footer {}

... in any case, to not break compat.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasmussen @karmatosed does this make sense to you?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me it does 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants