nib icon indicating copy to clipboard operation
nib copied to clipboard

Add vendor support for :placeholder pseudo selector

Open psirenny opened this issue 12 years ago • 6 comments

I'm not even sure if this is possible, but it would be awesome if writing something like this:

.button:placeholder color gray

gets converted into this:

.button::-webkit-input-placeholder, .button:-moz-placeholder, .button::-moz-placeholder, .button:-ms-input-placeholder { color: gray; }

psirenny avatar Mar 23 '13 21:03 psirenny

+1

justgook avatar May 17 '13 14:05 justgook

:+1:

optikfluffel avatar May 17 '13 14:05 optikfluffel

damn straight :) :+1:

rambul avatar Sep 21 '15 14:09 rambul

It would be possible with something like this.

jamesplease avatar Mar 24 '16 22:03 jamesplease

Great @jmeas thanks :)

orta-sanz avatar Mar 28 '16 07:03 orta-sanz

Wasn't it fixed with #199?

jazzzz avatar Apr 11 '17 12:04 jazzzz