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, 0 insertions, 18 deletions
diff --git a/plugins/jetpack/extensions/blocks/contact-info/editor.scss b/plugins/jetpack/extensions/blocks/contact-info/editor.scss
deleted file mode 100644
index c07d148d..00000000
--- a/plugins/jetpack/extensions/blocks/contact-info/editor.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-.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;
- }
-}