Create fake placeholder

This commit is contained in:
Carlos Fernandez 2025-12-18 16:05:02 -05:00
parent ac727eb492
commit 0009357496
3 changed files with 8 additions and 1 deletions

View file

@ -46,6 +46,10 @@
.input[contenteditable] {
cursor: var(--cursor-text);
&:empty:before {
color: light-dark(@dark-40, @beige-50);
content: attr(placeholder);
}
}
input[type='checkbox'],