Skip to content

Commit 824cd54

Browse files
authored
Bugfix/restore global placeholder styles (#3608)
1 parent cb305bf commit 824cd54

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.changeset/spicy-poets-beam.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@skeletonlabs/skeleton": patch
3+
---
4+
5+
bugfix: Adjust selector for global placeholder styling
6+

packages/skeleton/src/base/globals.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454

5555
/* Form Placeholders --- */
5656

57-
*::placeholder {
57+
.input::placeholder,
58+
.textarea::placeholder,
59+
.ig-input::placeholder,
60+
.ig-textarea::placeholder {
5861
color: var(--color-surface-700-300);
5962
}
6063

0 commit comments

Comments
 (0)