Making WordPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#2791 closed enhancement (wontfix)

Remove Unwanted space from _elements.scss

Reported by: ketuchetan's profile ketuchetan Owned by:
Milestone: Priority: normal
Component: Plugin Directory Keywords: has-patch
Cc:

Description

There is unwanted space on the _elements.scss file.

blockquote, q {
	quotes: "" "";

	&:before,
	&:after {
		content: "";
	}
}
blockquote {
	// Override wp4.css.
	background: transparent;
	border: none;
	padding: 0;

	border-left: 2px solid #eee;
	color: #82878c;
	font-style: italic;
	margin: 1rem 0;
	padding-left: 1rem;

	cite {
		font-size: ms( -2 );
	}
}

Attachments (1)

2791.patch (634 bytes) - added by ketuchetan 7 years ago.

Download all attachments as: .zip

Change History (3)

@ketuchetan
7 years ago

#1 @ocean90
7 years ago

  • Milestone Plugin Directory v3.0 deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Thanks for the patch, @ketuchetan! But there is currently nothing wrong with the empty lines so I'm going to close this as a wontfix.

See also https://make.wordpress.org/core/handbook/contribute/code-refactoring/.

#2 @SergeyBiryukov
7 years ago

  • Component changed from General to Plugin Directory
Note: See TracTickets for help on using tickets.