Skip to content

Commit 6e76c16

Browse files
committed
fix
1 parent 9d55611 commit 6e76c16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

2-ui/4-forms-controls/2-focus-blur/article.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,11 @@
149149
```html
150150
<!--+ autorun -->
151151
<style>
152-
.my*!*::-webkit-input-placeholder*/!*, .my*!*::-moz-placeholder*/!* {
152+
.my*!*::-webkit-input-placeholder*/!* {
153+
color: red;
154+
font-style: italic;
155+
}
156+
.my*!*::-moz-input-placeholder*/!* {
153157
color: red;
154158
font-style: italic;
155159
}

0 commit comments

Comments
 (0)