FormidableLabs/radium

Not applying interactive styles with Material ui

Open

#1 014 ouverte le 18 déc. 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (352 forks)batch import
help wantedinvestigate

Métriques du dépôt

Stars
 (7 414 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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>

Guide contributeur