threepointone/glamor

How to change src when the img hover ?

pxim opened this issue · 0 comments

pxim commented

` 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'},

}),`