threepointone / glamor

inline css for react et al
MIT License
3.66k stars 199 forks source link

How to change src when the img hover ? #392

Open pxim opened 4 years ago

pxim commented 4 years ago

` adminBtn: css({ position: 'absolute', width: '58px', height: '58px', margin: 'auto', top: '100px', right: '220px', cursor: 'pointer', color: 'red', ':hover': { src: 'static/image/btn_admin_down.png', color: 'blue'},

}),`