Skip to content

Commit

Permalink
fix(Icon): remove lock color
Browse files Browse the repository at this point in the history
  • Loading branch information
vvpvvp committed Jul 10, 2019
1 parent bebb636 commit 7eddb4a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 14 deletions.
Binary file modified themes/fonts/heyui.eot
Binary file not shown.
Binary file modified themes/fonts/heyui.ttf
Binary file not shown.
Binary file modified themes/fonts/heyui.woff
Binary file not shown.
11 changes: 5 additions & 6 deletions themes/fonts/style.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'heyui';
src: url('./heyui.eot?ge3zdr');
src: url('./heyui.eot?ge3zdr#iefix') format('embedded-opentype'),
url('./heyui.ttf?ge3zdr') format('truetype'),
url('./heyui.woff?ge3zdr') format('woff'),
url('./heyui.svg?ge3zdr#heyui') format('svg');
src: url('./heyui.eot?p7arpe');
src: url('./heyui.eot?p7arpe#iefix') format('embedded-opentype'),
url('./heyui.ttf?p7arpe') format('truetype'),
url('./heyui.woff?p7arpe') format('woff'),
url('./heyui.svg?p7arpe#heyui') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -29,7 +29,6 @@
}
.h-icon-lock:before {
content: "\e91e";
color: #515151;
}
.h-icon-star:before {
content: "\e922";
Expand Down
2 changes: 1 addition & 1 deletion themes/icomoon/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ <h1>Font Test Drive</h1>
</label>
<input id="testText" type="text" class="phl size1of1 mvl"
placeholder="Type some text to test..." value=""/>
<div id="testDrive" class="h-icon-">&nbsp;
<div id="testDrive" class="h-icon-" style="font-family: heyui">&nbsp;
</div>
</div>
<!--<![endif]-->
Expand Down
Binary file modified themes/icomoon/fonts/heyui.eot
Binary file not shown.
Binary file modified themes/icomoon/fonts/heyui.ttf
Binary file not shown.
Binary file modified themes/icomoon/fonts/heyui.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion themes/icomoon/selection.json

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions themes/icomoon/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'heyui';
src: url('fonts/heyui.eot?ge3zdr');
src: url('fonts/heyui.eot?ge3zdr#iefix') format('embedded-opentype'),
url('fonts/heyui.ttf?ge3zdr') format('truetype'),
url('fonts/heyui.woff?ge3zdr') format('woff'),
url('fonts/heyui.svg?ge3zdr#heyui') format('svg');
src: url('fonts/heyui.eot?p7arpe');
src: url('fonts/heyui.eot?p7arpe#iefix') format('embedded-opentype'),
url('fonts/heyui.ttf?p7arpe') format('truetype'),
url('fonts/heyui.woff?p7arpe') format('woff'),
url('fonts/heyui.svg?p7arpe#heyui') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -29,7 +29,6 @@
}
.h-icon-lock:before {
content: "\e91e";
color: #515151;
}
.h-icon-star:before {
content: "\e922";
Expand Down

0 comments on commit 7eddb4a

Please sign in to comment.