summaryrefslogtreecommitdiff
blob: c07d148d6313eae86cbf1c068e044527e0b3e4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.jetpack-contact-info-block {
	/* css class added to increase specificity */
	.editor-plain-text.editor-plain-text:focus {
		box-shadow: none;
	}

	.editor-plain-text {
		flex-grow: 1;
		min-height: unset;
		padding: 0;
		box-shadow: none;
		font-family: inherit;
		font-size: inherit;
		color: inherit;
		line-height: inherit;
		border: none;
	}
}