Skip to content

Commit

Permalink
docs(pro:tree): fix basic demo style
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Oct 25, 2022
1 parent c0b55de commit 72a78e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/pro/tree/demo/Basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,20 +144,16 @@ const onSearch = (searchVal: string) => {
position: sticky;
right: 12px;
display: none;
background-color: #fff;
transition: background-color 0.3s;
}
&:hover {
.ix-tree-node-content-suffix {
display: inline-block;
background-color: #f7f9fc;
}
}
&-selected {
.ix-tree-node-content-suffix {
display: inline-block;
background-color: #edf1f7;
}
}
}
Expand Down

0 comments on commit 72a78e9

Please sign in to comment.