Skip to content

Commit

Permalink
Fix line height for jstree nodes using "value" selector.
Browse files Browse the repository at this point in the history
This is a fix coming from looking at the ItemHierarchy module. "Value" is a common enough selector that it's imaginable that this style issue also exists elsewhere.
  • Loading branch information
kimisgold committed Jan 23, 2024
1 parent 81b08de commit f763a85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/css/jstree.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions application/asset/sass/jstree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
}
}

.value .jstree-editlink-container label {
line-height: 1.5 * $base-line-height;
}

.jstree-hovered,
.jstree-clicked {
background-color: opacify($gray-on-white, .08);
Expand Down

0 comments on commit f763a85

Please sign in to comment.