FormidableLabs/radium

Not applying interactive styles with Material ui

Open

#1014 aperta il 18 dic 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (352 fork)batch import
help wantedinvestigate

Metriche repository

Star
 (7414 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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>

Guida contributor