Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 9cdc873

Browse files
committed
updated to use iron-icon instead
1 parent 9c6c098 commit 9cdc873

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"materializecss-styles": "LRNWebComponents/materializecss-styles#^1.1.0",
88
"paper-spinner": "PolymerElements/paper-spinner#^1.2.1",
99
"paper-tooltip": "PolymerElements/paper-tooltip#^1.1.4",
10-
"lrn-icons": "LRNWebComponents/lrn-icons#^1.1.0",
11-
"lrn-icon": "LRNWebComponents/lrn-icon#^1.0.2"
10+
"lrn-icons": "LRNWebComponents/lrn-icons#^1.3.0"
1211
},
1312
"devDependencies": {
1413
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",

elmsln-loading.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
:host {
1818
display: block;
1919
}
20-
lrn-icon {
20+
iron-icon {
2121
-webkit-animation:spin 1.25s ease-out infinite;
2222
-moz-animation:spin 1.25s ease-out infinite;
2323
animation:spin 1.25s ease-out infinite;
@@ -57,9 +57,8 @@
5757
@-moz-keyframes spin { 100% { -moz-transform: rotate(60deg); filter:saturate(10) invert(.9);} }
5858
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(60deg); filter:saturate(10) invert(.9);} }
5959
@keyframes spin { 100% { -webkit-transform: rotate(60deg); transform:rotate(60deg);} }
60-
6160
</style>
62-
<lrn-icon icon="network" class$="[[color]] [[size]]"></lrn-icon>
61+
<iron-icon icon="lrn:network" class$="[[color]] [[size]]"></iron-icon>
6362
</template>
6463

6564
<script>

0 commit comments

Comments
 (0)