mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
🎨 fix title placeholder styles (#728)
closes https://github.com/TryGhost/Ghost/issues/8516 - placeholders are pseudo elements so need to use `::` rather than `:` in their CSS selectors
This commit is contained in:
parent
6c56db1534
commit
108cd94173
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.gh-editor-title:placeholder {
|
||||
.gh-editor-title::placeholder {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue