Skip to content

Commit ac9617a

Browse files
Merge pull request #184 from gp-lnuff/4.x
Fix [Bug]: Placeholder not showing
2 parents 302a998 + 58e2193 commit ac9617a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

resources/css/index.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ html.dark .treeselect > .treeselect-input {
2929
}
3030

3131
.treeselect-input__edit::placeholder, .treeselect-list__empty {
32-
color: var(--color-white);
32+
color: var(--gray-400);
33+
cursor: default;
34+
}
35+
36+
html.dark .treeselect-input__edit::placeholder,
37+
html.dark .treeselect-list__empty {
38+
color: var(--gray-500);
3339
cursor: default;
3440
}
3541

@@ -113,11 +119,6 @@ html.dark .treeselect-list {
113119
background-color: var(--gray-900);
114120
}
115121

116-
html.dark .treeselect-list {
117-
--tw-ring-color: hsla(0, 0%, 100%, 0.1);
118-
background-color: var(--gray-900);
119-
}
120-
121122
.treeselect-input__edit {
122123
border: transparent !important;
123124
--tw-ring-color: none !important;

0 commit comments

Comments
 (0)