Skip to content

Commit

Permalink
fix(styles) - Added styling that underlines the hovered part of the path
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-neovici committed Feb 14, 2025
1 parent a31e67c commit 71efeec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cosmoz-treenode-navigator.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,8 @@ export default css`
font-size: 14px;
font-family: inherit;
}
.path>.pointer:hover, .path>.pointer:has(~.pointer:hover) {
text-decoration: underline;
}
`;

0 comments on commit 71efeec

Please # to comment.