summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/extensions/blocks/contact-info/editor.scss')
-rw-r--r--plugins/jetpack/extensions/blocks/contact-info/editor.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/jetpack/extensions/blocks/contact-info/editor.scss b/plugins/jetpack/extensions/blocks/contact-info/editor.scss
new file mode 100644
index 00000000..c07d148d
--- /dev/null
+++ b/plugins/jetpack/extensions/blocks/contact-info/editor.scss
@@ -0,0 +1,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;
+ }
+}