Page MenuHomePhabricator

Light blue/gray border-left on JimmyAppeal blockquote
Closed, ResolvedPublic

Description

Hey @Pcoombe, I am noticing a light border-left on the Jimmy quote, and surely it's not intentional!

image.png (211×664 px, 24 KB)

Looks like it's this ruleset from this file:

.mw-body-content blockquote {
    border-left: 4px solid #eaecf0;
    padding: 8px 32px;
}

Would the proper course of action be to override this with a declaration in Template:Styles/Default.css?

Event Timeline

Pcoombe claimed this task.

Hi @spatton, this was because of a change made for T265947: Unify blockquote treatment in Codex, MinervaNeue and Vector. I hid the border again by modifying Template:Quote/styles.css - diff.