From f250d9ba3df648e369928cdc1ca76fd7a65181d6 Mon Sep 17 00:00:00 2001 From: dependentmadani Date: Tue, 9 Jul 2024 17:33:18 +0100 Subject: [PATCH] update(styles): remove placeholder style --- src/index.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/index.css b/src/index.css index 37e24c5..5817e4e 100644 --- a/src/index.css +++ b/src/index.css @@ -18,20 +18,3 @@ * Styles for Plugin icon in Toolbar */ .ce-header__icon {} - -.ce-header[contentEditable=true][data-placeholder]::before{ - position: absolute; - content: attr(data-placeholder); - color: #707684; - font-weight: normal; - display: none; - cursor: text; -} - -.ce-header[contentEditable=true][data-placeholder]:empty::before { - display: block; -} - -.ce-header[contentEditable=true][data-placeholder]:empty:focus::before { - display: none; -}