Skip to content

Commit

Permalink
Rename the custom-icons files to be more specific with the caribou-st…
Browse files Browse the repository at this point in the history
…epper
  • Loading branch information
caribouflex committed Jan 8, 2018
1 parent cf35991 commit 375595f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For the styling check the `<caribou-stepper>`, `<caribou-step>` and `<caribou-st
<link rel="import" href="https://cdn.rawgit.com/download/polymer-cdn/2.3.1/lib/paper-input/paper-input.html">
<link rel="import" href="caribou-stepper.html">
<link rel="import" href="caribou-step.html">
<link rel="import" href="custom-icons.html">
<link rel="import" href="caribou-stepper-custom-icons.html">
<style>html{font-family: 'Roboto', sans-serif;}</style>
<next-code-block></next-code-block>
</template>
Expand Down
4 changes: 2 additions & 2 deletions caribou-step-horizontal.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../iron-collapse/iron-collapse.html">
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="custom-icons.html">
<link rel="import" href="caribou-stepper-custom-icons.html">
<link rel="import" href="caribou-step-action-buttons.html">
<link rel="import" href="caribou-stepper-step-property-mixin.html">

Expand Down Expand Up @@ -147,7 +147,7 @@
</style>

<paper-button on-tap="_toggle">
<iron-icon id="iconBtn" icon="custom-icons:[[_getIcon(editable)]]"></iron-icon>
<iron-icon id="iconBtn" icon="caribou-stepper-custom-icons:[[_getIcon(editable)]]"></iron-icon>
<span class="badgeNumber">{{_badgeNumber}}</span>
<div id="labelBtn">{{label}}
<span id="subtitle">Optional</span>
Expand Down
4 changes: 2 additions & 2 deletions caribou-step-vertical.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../iron-collapse/iron-collapse.html">
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="custom-icons.html">
<link rel="import" href="caribou-stepper-custom-icons.html">
<link rel="import" href="caribou-step-action-buttons.html">
<link rel="import" href="caribou-stepper-step-property-mixin.html">

Expand Down Expand Up @@ -147,7 +147,7 @@
</style>

<paper-button on-tap="_toggle">
<iron-icon id="iconBtn" icon="custom-icons:[[_getIcon(editable)]]"></iron-icon>
<iron-icon id="iconBtn" icon="caribou-stepper-custom-icons:[[_getIcon(editable)]]"></iron-icon>
<span class="badgeNumber">{{_badgeNumber}}</span>
<div id="labelBtn">{{label}}
<span id="subtitle">Optional</span>
Expand Down
4 changes: 2 additions & 2 deletions caribou-step.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../iron-collapse/iron-collapse.html">
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="custom-icons.html">
<link rel="import" href="caribou-stepper-custom-icons.html">
<link rel="import" href="caribou-step-action-buttons.html">
<link rel="import" href="caribou-stepper-step-property-mixin.html">

Expand Down Expand Up @@ -146,7 +146,7 @@
</style>

<paper-button on-tap="_toggle">
<iron-icon id="iconBtn" icon="custom-icons:[[_getIcon(editable)]]"></iron-icon>
<iron-icon id="iconBtn" icon="caribou-stepper-custom-icons:[[_getIcon(editable)]]"></iron-icon>
<span class="badgeNumber">{{_badgeNumber}}</span>
<div id="labelBtn">{{label}}
<span id="subtitle">Optional</span>
Expand Down
2 changes: 1 addition & 1 deletion custom-icons.html → caribou-stepper-custom-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
This is all the icon used in the application
-->
<iron-iconset-svg name="custom-icons" size="24">
<iron-iconset-svg name="caribou-stepper-custom-icons" size="24">
<svg>
<defs>
<g id="check">
Expand Down

0 comments on commit 375595f

Please sign in to comment.