Skip to content

Commit

Permalink
Add left margin to "to be removed" string.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 31, 2024
1 parent 49e7441 commit 97236d1
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 @@ -238,6 +238,10 @@ i.jstree-displaylink {
right: $spacing-medium;
}

.jstree-removenode-toberemoved {
margin-left: .5 * $spacing-small;
}

.jstree-removenode-removed.jstree-open > .jstree-ocl,
.jstree-removenode-removed.jstree-closed > .jstree-ocl {
background-color: rgba(255, 0, 0, .24);
Expand Down

0 comments on commit 97236d1

Please sign in to comment.