Skip to content

Commit

Permalink
refactor: 替换选中态图标
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohongyun2 committed Aug 10, 2020
1 parent 5cf3052 commit 371b105
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dist/iconfonts.css

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/vue-stone.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-stone",
"version": "0.7.0",
"version": "1.0.0",
"description": "vue component",
"author": "zhengyuelin [email protected] pspgbhu<[email protected]>",
"main": "dist/vue-stone.js",
Expand Down
3 changes: 1 addition & 2 deletions src/components/checkboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ export default {
line-height: $c-checkboard-icon-height-square;
}
&[checked="true"]:after{
content: "\e969";
right: -1px;
content: "\e968";
}
}
}
Expand Down
7 changes: 0 additions & 7 deletions src/styles/fonts/Read Me.txt

This file was deleted.

3 changes: 1 addition & 2 deletions src/styles/fonts/fonts/iconfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/styles/fonts/fonts/iconfont.ttf
Binary file not shown.
Binary file modified src/styles/fonts/fonts/iconfont.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion src/styles/fonts/selection.json

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions src/styles/fonts/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont";
src: url("../styles/fonts/fonts/iconfont.ttf?jt1etw") format("truetype"),
url("../styles/fonts/fonts/iconfont.woff?jt1etw") format("woff"),
url("../styles/fonts/fonts/iconfont.svg?jt1etw#iconfont") format("svg");
src: url("../styles/fonts/fonts/iconfont.ttf?19rs6o") format("truetype"),
url("../styles/fonts/fonts/iconfont.woff?19rs6o") format("woff"),
url("../styles/fonts/fonts/iconfont.svg?19rs6o#iconfont") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -24,13 +24,10 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-checked-bold:before {
.icon-checked:before {
content: "\e968";
color: #4b8bee;
}
.icon-checked:before {
content: "\e969";
}
.icon-weiboshajun:before {
content: "\e95b";
}
Expand Down

0 comments on commit 371b105

Please sign in to comment.