Skip to content

Commit

Permalink
Change render of + & - icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Dec 26, 2018
1 parent 380416e commit 15524df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/button/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@

.@{iconfont-css-prefix} {
transition: margin-left 0.3s @ease-in-out;

// Follow icon blur under windows. Change the render.
// https://github.com/ant-design/ant-design/issues/13924
&.@{iconfont-css-prefix}-plus,
&.@{iconfont-css-prefix}-minus {
> svg {
shape-rendering: optimizeSpeed;
}
}
}

&&-loading:before {
Expand Down

0 comments on commit 15524df

Please sign in to comment.