Skip to content

Commit 3014254

Browse files
Made disabled tree similar to filament
1 parent a04d3c2 commit 3014254

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

resources/css/custom.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,19 @@ html.dark .treeselect-input__tags-element:hover svg {
218218
.treeselect-input__tags {
219219
margin-left: 3px;
220220
}
221+
222+
html.dark .treeselect--disabled {
223+
background-color: #09090b;
224+
}
225+
226+
.treeselect--disabled {
227+
background-color: #fafafa;
228+
}
229+
230+
.treeselect--disabled .treeselect-input__tags-cross {
231+
display: none;
232+
}
233+
234+
.treeselect--disabled .treeselect-input__arrow {
235+
display: none;
236+
}

resources/dist/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)