mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:46:22 +00:00
Merge branch 'editor-click-para-subir' into 'rails'
Permitir clickear en el párrafo de ejemplo para subir multimedia Closes #3439 See merge request sutty/sutty!71
This commit is contained in:
commit
6c9dad7b23
1 changed files with 4 additions and 0 deletions
|
@ -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] {
|
||||
|
|
Loading…
Reference in a new issue