Skip to content

Commit

Permalink
fix(treeview): update enabled hover text tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 11, 2021
1 parent d6a0050 commit 8406aba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/components/treeview/_treeview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,15 @@
min-height: rem(32px);

&:hover {
color: $text-01;
background-color: $hover-ui;
}
}

.#{$prefix}--tree-node__label:hover .#{$prefix}--tree-node__label__details {
color: $text-01;
}

.#{$prefix}--tree-leaf-node {
display: flex;
padding-left: $spacing-08;
Expand Down

0 comments on commit 8406aba

Please sign in to comment.