mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Unify pseudo-elements notation into two colons
This commit is contained in:
parent
90784fe88e
commit
cf72f49f0b
7 changed files with 8 additions and 8 deletions
|
@ -151,7 +151,7 @@ body {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.placeholder:empty:after {
|
||||
.placeholder:empty::after {
|
||||
content: attr(data-placeholder)'...';
|
||||
margin-bottom: auto;
|
||||
letter-spacing: 0.125rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue