Skip to content

Commit d322136

Browse files
committed
v4 tailwind vars
1 parent 3aebc50 commit d322136

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

resources/css/index.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ html.dark .treeselect > .treeselect-input {
107107
.treeselect-list.treeselect-list--single-select
108108
.treeselect-list__item--single-selected {
109109
--tw-bg-opacity: 1;
110-
background-color: rgba(var(--gray-50), var(--tw-bg-opacity)) !important;
110+
background-color: var(--gray-50) !important;
111111
}
112112

113113
.treeselect-list__item:hover,
114114
.treeselect-list__item--focused {
115115
--tw-bg-opacity: 1;
116-
background-color: rgba(var(--gray-50), var(--tw-bg-opacity)) !important;
116+
background-color: var(--gray-50) !important;
117117
}
118118

119119
.treeselect-list.treeselect-list--single-select
@@ -122,15 +122,15 @@ html.dark .treeselect > .treeselect-input {
122122
}
123123

124124
html.dark .treeselect-list {
125-
-tw-bg-opacity: 1;
125+
--tw-bg-opacity: 1;
126126
--tw-ring-color: hsla(0, 0%, 100%, 0.1);
127-
background-color: rgba(var(--gray-900), var(--tw-bg-opacity));
127+
background-color: var(--gray-900);
128128
}
129129

130130
html.dark .treeselect-list {
131-
-tw-bg-opacity: 1;
131+
--tw-bg-opacity: 1;
132132
--tw-ring-color: hsla(0, 0%, 100%, 0.1);
133-
background-color: rgba(var(--gray-900), var(--tw-bg-opacity));
133+
background-color: var(--gray-900);
134134
}
135135

136136
.treeselect-input__edit {

0 commit comments

Comments
 (0)