Skip to content

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

Merged
youknowriad merged 1 commit intomasterfrom
update/use-cite-for-pullquote
Dec 8, 2017
Merged

Blocks: Use cite instead of footer for the pullquote block's markup#3851
youknowriad merged 1 commit intomasterfrom
update/use-cite-for-pullquote

Conversation

@youknowriad
Copy link
Copy Markdown
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
Copy Markdown
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
box-shadow: inset 0px 0px 0px 0px $light-gray-500;

footer {
cite {
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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