FormidableLabs/radium

Not applying interactive styles with Material ui

Open

#1,014 opened on 2018年12月18日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)JavaScript (7,414 stars) (352 forks)batch import
help wantedinvestigate

説明

I am trying to use Paper component and style it with radium , but the hover styles are not being applied when hovering.

<Paper style={{ backgroundColor : 'red' , ":hover" : {backgroundColor:'green' } }}>
<h1> Hi </h1>
</Paper>

コントリビューターガイド

Not applying interactive styles with Material ui · FormidableLabs/radium#1014 | Good First Issue