mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-21 11:21:50 +00:00
Permitir clickear en el párrafo de ejemplo para subir multimedia
This commit is contained in:
parent
7b9323d69b
commit
f2a0654ebc
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@
|
||||||
strong, em, del, u, sub, sup, small { background: #0002; }
|
strong, em, del, u, sub, sup, small { background: #0002; }
|
||||||
a { background: #13fefe50; }
|
a { background: #13fefe50; }
|
||||||
[data-editor-selected] { outline: #f206f9 solid thick; }
|
[data-editor-selected] { outline: #f206f9 solid thick; }
|
||||||
|
p[data-multimedia-inner] {
|
||||||
|
// Ignorar clicks en el párrafo placeholder
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
*[data-editor-loading] {
|
*[data-editor-loading] {
|
||||||
|
|
Loading…
Reference in a new issue