From 9a01fc8004186059a46353b7b22f88aab84a425b Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 26 Mar 2023 00:34:29 +0000 Subject: [PATCH] limpiar css --- src/editor/editor.css | 45 ------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/src/editor/editor.css b/src/editor/editor.css index 0f5382c..9678924 100644 --- a/src/editor/editor.css +++ b/src/editor/editor.css @@ -9,12 +9,6 @@ box-sizing: border-box; } -/* para ver los cambios con el sobrerayado */ -::selection, -::-moz-selection { - background: rgba(0, 0, 0, 0.3); -} - .editor .menubar { position: sticky; top: 0px; @@ -71,13 +65,6 @@ content: "Descripción: "; color: #666; } -.ProseMirror .ProseMirror-multimedia-placeholder { - margin-bottom: 0.5em; -} -.ProseMirror .ProseMirror-multimedia-placeholder::before { - content: "Clickea aquí para subir una imágen, audio o documento."; - color: #666; -} .ProseMirror blockquote { background-color: #f5f5f5; @@ -85,35 +72,3 @@ padding: 1.25em 1.5em; margin: 0.5em; } - -.ProseMirror-menubar { - position: sticky; - top: 0px; - z-index: 69; - background: white; - border-bottom: 1px solid #bbb; -} - -.ProseMirror-menubar-separator { - border-right: 2px solid #bbb; - margin: 0 0.5rem; -} - -.ProseMirror-menubar-button { - appearance: none; - background: none; - border: none; - border-radius: 8px; - font-size: 1em; - padding: 0.4em 0.6em; - margin: 0.2em; - transition: all 0.2s; -} - -.ProseMirror-menubar-button-active { - background: #ddd; -} - -.ProseMirror-menubar-button:hover { - background: #eee; -}