Got some Polymer 1.0 elements working with 1.4
Character sheets now visible, but vulcanize broke, using raw head imports instead
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
#spells .inventoryItem core-icon{
|
||||
#spells .inventoryItem iron-icon{
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
#spells .inventoryItem[disabled] core-icon{
|
||||
#spells .inventoryItem[disabled] iron-icon{
|
||||
color: #ccc !important;
|
||||
color: rgba(0,0,0,0.26) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user