Skip to content

Commit

Permalink
fix style pollution problem
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 1, 2019
1 parent 9b8ccc4 commit 439b85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/result/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
background-color: @component-background;

// status color
&-success .anticon {
&-success &-icon > .anticon {
color: @success-color;
}

&-error .anticon {
&-error &-icon > .anticon {
color: @error-color;
}

&-info .anticon {
&-info &-icon > .anticon {
color: @info-color;
}

&-warning .anticon {
&-warning &-icon > .anticon {
color: @warning-color;
}

Expand Down

0 comments on commit 439b85f

Please sign in to comment.