Skip to content

Commit

Permalink
fix(desktop): fix action button on topic tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Oct 16, 2024
1 parent 654e545 commit c56b6d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/widgets/TreeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ export default class TreeView extends Vue {
display: flex;
align-items: center;
justify-content: space-between;
.el-button {
border: 1px solid var(--color-border-default);
background: transparent;
&:hover {
border: 1px solid var(--color-main-green);
}
}
}
}
Expand Down

0 comments on commit c56b6d6

Please sign in to comment.