Skip to content

Commit

Permalink
Merge pull request #37 from CodeWithDennis/improvement/disabled-css-p…
Browse files Browse the repository at this point in the history
…atch

Improvement/disabled css patch
  • Loading branch information
CodeWithDennis authored Nov 12, 2023
2 parents b6c7b11 + 6088149 commit a37e9c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions resources/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,23 @@ html.dark .treeselect-input__tags-element:hover svg {
.treeselect-input__tags {
margin-left: 3px;
}

html.dark .treeselect--disabled {
background-color: #09090b;
}

.treeselect--disabled {
background-color: #fafafa;
}

.treeselect--disabled .treeselect-input__tags-cross {
display: none;
}

.treeselect--disabled .treeselect-input__arrow {
display: none;
}

.treeselect--disabled .treeselect-input__clear {
display: none;
}
2 changes: 1 addition & 1 deletion resources/dist/custom.css

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

0 comments on commit a37e9c5

Please sign in to comment.