FormidableLabs/radium

Not applying interactive styles with Material ui

Open

#1,014 建立於 2018年12月18日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (7,414 star) (352 fork)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>

貢獻者指南