Commit ca69e0945a785ba9be0f1c3d602b1f174fc7e3f8
1 parent
929fdf5c
update icons
Showing
4 changed files
with
6 additions
and
6 deletions
Show diff stats
src/styles/components/date-picker.less
@@ -190,7 +190,7 @@ | @@ -190,7 +190,7 @@ | ||
190 | &-arrow-double{ | 190 | &-arrow-double{ |
191 | margin-left: 10px; | 191 | margin-left: 10px; |
192 | i:after{ | 192 | i:after{ |
193 | - content: "\F3CF"; | 193 | + content: "\F115"; |
194 | } | 194 | } |
195 | } | 195 | } |
196 | } | 196 | } |
@@ -199,7 +199,7 @@ | @@ -199,7 +199,7 @@ | ||
199 | &-arrow-double{ | 199 | &-arrow-double{ |
200 | margin-right: 10px; | 200 | margin-right: 10px; |
201 | i:after{ | 201 | i:after{ |
202 | - content: "\F3D1"; | 202 | + content: "\F11F"; |
203 | } | 203 | } |
204 | } | 204 | } |
205 | } | 205 | } |
src/styles/components/page.less
@@ -79,13 +79,13 @@ | @@ -79,13 +79,13 @@ | ||
79 | 79 | ||
80 | &-item-jump-prev:hover { | 80 | &-item-jump-prev:hover { |
81 | i:after { | 81 | i:after { |
82 | - content: "\F3CF"; | 82 | + content: "\F115"; |
83 | } | 83 | } |
84 | } | 84 | } |
85 | 85 | ||
86 | &-item-jump-next:hover { | 86 | &-item-jump-next:hover { |
87 | i:after { | 87 | i:after { |
88 | - content: "\F3D1"; | 88 | + content: "\F11F"; |
89 | } | 89 | } |
90 | } | 90 | } |
91 | 91 |
src/styles/components/rate.less
@@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
81 | &-content:before { | 81 | &-content:before { |
82 | color: #e9e9e9; | 82 | color: #e9e9e9; |
83 | cursor: pointer; | 83 | cursor: pointer; |
84 | - content: "\F4B3"; | 84 | + content: "\F2BF"; |
85 | transition: all @transition-time @ease-in-out; | 85 | transition: all @transition-time @ease-in-out; |
86 | display: block; | 86 | display: block; |
87 | } | 87 | } |
src/styles/components/select.less
@@ -249,7 +249,7 @@ | @@ -249,7 +249,7 @@ | ||
249 | .ivu-icon(); | 249 | .ivu-icon(); |
250 | //float: right; | 250 | //float: right; |
251 | font-size: 24px; | 251 | font-size: 24px; |
252 | - content: '\F3FF'; | 252 | + content: '\F171'; |
253 | color: @selected-color; | 253 | color: @selected-color; |
254 | position: absolute; | 254 | position: absolute; |
255 | top: 2px; | 255 | top: 2px; |