Skip to content

Commit

Permalink
fix(route tree): item style
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau authored and iksim committed Apr 18, 2019
1 parent c51ac4f commit 512fd1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/devtools/views/routes/RoutesTreeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:class="{ selected: selected }"
>
<div
class="self"
class="self selectable-item"
:class="{ selected: selected }"
:style="{ paddingLeft: depth * 15 + 'px' }"
@click.stop="inspect(routeId)"
Expand Down Expand Up @@ -130,9 +130,6 @@ export default {
display flex
align-items center
&.selected
background-color $active-color
.arrow
border-left-color #fff
.instance-name
color #fff
Expand Down

0 comments on commit 512fd1f

Please sign in to comment.