FormidableLabs/radium

Not applying interactive styles with Material ui

Open

#1.014 geöffnet am 18. Dez. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (352 Forks)batch import
help wantedinvestigate

Repository-Metriken

Stars
 (7.414 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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>

Contributor Guide