From f2a0654ebcb2fd63992a7c146d48b36f45d8a832 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 30 Nov 2021 16:45:19 +0000 Subject: [PATCH] =?UTF-8?q?Permitir=20clickear=20en=20el=20p=C3=A1rrafo=20?= =?UTF-8?q?de=20ejemplo=20para=20subir=20multimedia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/editor.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/editor.scss b/app/assets/stylesheets/editor.scss index e0886533..30fab60a 100644 --- a/app/assets/stylesheets/editor.scss +++ b/app/assets/stylesheets/editor.scss @@ -71,6 +71,10 @@ strong, em, del, u, sub, sup, small { background: #0002; } a { background: #13fefe50; } [data-editor-selected] { outline: #f206f9 solid thick; } + p[data-multimedia-inner] { + // Ignorar clicks en el párrafo placeholder + pointer-events: none; + } } *[data-editor-loading] {