Skip to content

Commit eed2f08

Browse files
Merge pull request #57 from CodeWithDennis/feature/add-prefix-suffix
Feature/add prefix suffix
2 parents 8c40882 + d222fb6 commit eed2f08

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

resources/css/custom.css

Lines changed: 0 additions & 14 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,14 +196,6 @@ html.dark .treeselect-input__tags-element:hover svg {
202196
margin-left: 3px;
203197
}
204198

205-
html.dark .treeselect--disabled {
206-
background-color: #09090b;
207-
}
208-
209-
.treeselect--disabled {
210-
background-color: #fafafa;
211-
}
212-
213199
.treeselect--disabled .treeselect-input__tags-cross {
214200
display: none;
215201
}

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)