Skip to content

Commit

Permalink
add weui_icon_clear
Browse files Browse the repository at this point in the history
  • Loading branch information
progrape committed Jan 26, 2016
1 parent 3b1da2e commit 4a3762c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
1 change: 1 addition & 0 deletions dist/example/index.html
Expand Up @@ -627,6 +627,7 @@ <h1 class="page_title">Icons</h1>
<i class="weui_icon_info_circle"></i>
<i class="weui_icon_cancel"></i>
<i class="weui_icon_search"></i>
<i class="weui_icon_clear"></i>
</div>
</div>
</div>
Expand Down
12 changes: 10 additions & 2 deletions dist/style/weui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style/weui.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/example/fragment/icons.html
Expand Up @@ -22,6 +22,7 @@ <h1 class="page_title">Icons</h1>
<i class="weui_icon_info_circle"></i>
<i class="weui_icon_cancel"></i>
<i class="weui_icon_search"></i>
<i class="weui_icon_clear"></i>
</div>
</div>
</div>
10 changes: 6 additions & 4 deletions src/style/icon/weui_font.less

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/style/icon/weui_icon_font.less
Expand Up @@ -64,6 +64,11 @@
color: #B2B2B2;
font-size: 14px;
}

.weui_icon_clear& {
color: #B2B2B2;
font-size: 14px;
}
}

:before {
Expand Down

0 comments on commit 4a3762c

Please sign in to comment.