We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d6360 commit e2e87f3Copy full SHA for e2e87f3
src/components/ChallengeEditor/ChallengeName-Field/ChallengeName-Field.module.scss
@@ -52,16 +52,18 @@
52
}
53
54
55
-@-moz-document url-prefix() {
56
- .challengeName {
57
- &::-moz-placeholder { /* Mozilla Firefox 19+ */
58
- line-height: 38px;
59
- }
60
- &::-webkit-input-placeholder { /* Webkit */
61
62
63
- &:-ms-input-placeholder { /* IE */
64
65
+.challengeName {
+ &::-moz-placeholder { /* Mozilla Firefox 19+ */
+ line-height: 38px;
+ color: $tc-gray-80;
+ }
+ &::-webkit-input-placeholder { /* Webkit */
+ &:-ms-input-placeholder { /* IE */
66
67
68
69
+
0 commit comments