Commit ca69e0945a785ba9be0f1c3d602b1f174fc7e3f8

Authored by 梁灏
1 parent 929fdf5c

update icons

src/styles/components/date-picker.less
... ... @@ -190,7 +190,7 @@
190 190 &-arrow-double{
191 191 margin-left: 10px;
192 192 i:after{
193   - content: "\F3CF";
  193 + content: "\F115";
194 194 }
195 195 }
196 196 }
... ... @@ -199,7 +199,7 @@
199 199 &-arrow-double{
200 200 margin-right: 10px;
201 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 79  
80 80 &-item-jump-prev:hover {
81 81 i:after {
82   - content: "\F3CF";
  82 + content: "\F115";
83 83 }
84 84 }
85 85  
86 86 &-item-jump-next:hover {
87 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 81 &-content:before {
82 82 color: #e9e9e9;
83 83 cursor: pointer;
84   - content: "\F4B3";
  84 + content: "\F2BF";
85 85 transition: all @transition-time @ease-in-out;
86 86 display: block;
87 87 }
... ...
src/styles/components/select.less
... ... @@ -249,7 +249,7 @@
249 249 .ivu-icon();
250 250 //float: right;
251 251 font-size: 24px;
252   - content: '\F3FF';
  252 + content: '\F171';
253 253 color: @selected-color;
254 254 position: absolute;
255 255 top: 2px;
... ...