Skip to content

Commit 6b48b98

Browse files
authored
Merge pull request #346 from rackerlabs/surf-1226-disabled-text-inputs
fix(text-input): correct disabled placeholder styles, all browsers
2 parents a12ed59 + a9c7aee commit 6b48b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helix-ui/styles/components/text-inputs.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
}
3535

3636
&[disabled] {
37+
#Mix.disabledPlaceholder();
3738
background-color: @gray-50;
3839
border-color: @gray-300;
3940
border-width: 1px;

0 commit comments

Comments
 (0)