Skip to content

Commit

Permalink
Merge pull request #45 from ariaieboy/add-rtl
Browse files Browse the repository at this point in the history
add rtl support
  • Loading branch information
CodeWithDennis authored Nov 23, 2023
2 parents 1e990db + 449b108 commit d0970d0
Show file tree
Hide file tree
Showing 9 changed files with 693 additions and 1,886 deletions.
2,556 changes: 676 additions & 1,880 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"postcss-nesting": "^12.0.0"
},
"dependencies": {
"treeselectjs": "^0.9.3"
"treeselectjs": "^0.10.0"
}
}
8 changes: 8 additions & 0 deletions resources/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,11 @@ html.dark .treeselect--disabled {
html.dark .treeselect-list__item--disabled .treeselect-list__item-checkbox-container {
background-color: hsl(0deg 0% 30.77% / 5%);
}
[dir='rtl'] .treeselect-input__operators {
left: 2px !important;
right: unset;
}

[dir='rtl'] .treeselect-input {
padding: 2px 4px 2px 40px;
}
2 changes: 1 addition & 1 deletion resources/css/tree.css

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

Loading

0 comments on commit d0970d0

Please sign in to comment.