Skip to content

Commit d787cd5

Browse files
Styling fix
1 parent 4110f4c commit d787cd5

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

resources/css/custom.css

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
background: transparent;
1010
}
1111

12-
html.dark .treeselect {
13-
--tw-text-opacity: 1;
14-
background-color: hsla(0, 0%, 100%, .05);
15-
--tw-ring-color: hsla(0, 0%, 100%, .2);
16-
}
17-
1812
html.dark .treeselect > .treeselect-input {
1913
color: rgb(255 255 255/var(--tw-text-opacity)) !important;
2014
}
@@ -202,13 +196,13 @@ html.dark .treeselect-input__tags-element:hover svg {
202196
margin-left: 3px;
203197
}
204198

205-
html.dark .treeselect--disabled {
206-
background-color: #09090b;
207-
}
199+
/*html.dark .treeselect--disabled {*/
200+
/* background-color: #09090b;*/
201+
/*}*/
208202

209-
.treeselect--disabled {
210-
background-color: #fafafa;
211-
}
203+
/*.treeselect--disabled {*/
204+
/* background-color: #fafafa;*/
205+
/*}*/
212206

213207
.treeselect--disabled .treeselect-input__tags-cross {
214208
display: none;

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)