mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Create fake placeholder
This commit is contained in:
parent
ac727eb492
commit
0009357496
3 changed files with 8 additions and 1 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue