Skip to content

Commit a37e9c5

Browse files
Merge pull request #37 from CodeWithDennis/improvement/disabled-css-patch
Improvement/disabled css patch
2 parents b6c7b11 + 6088149 commit a37e9c5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

resources/css/custom.css

+20
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,23 @@ 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+
}
237+
238+
.treeselect--disabled .treeselect-input__clear {
239+
display: none;
240+
}

resources/dist/custom.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)