Skip to content

Commit

Permalink
feat(web): table editable icon color (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaishi authored Aug 20, 2023
1 parent 354d9a1 commit d83fedc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/web/components/table/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,11 @@
margin-left: @table-td-editalbe-icon-margin;
font-size: @table-icon-size;
transition: @anim-duration-base linear;
color: @table-icon-default-color;

&:hover {
color: @table-icon-active-color;
}
}

&:hover {
Expand Down

0 comments on commit d83fedc

Please sign in to comment.