This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree 1 file changed +16
-6
lines changed
1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -1167,15 +1167,15 @@ export default {
1167
1167
// root:
1168
1168
trigger : `
1169
1169
flex
1170
+
1170
1171
border-none
1171
1172
rounded
1172
1173
bg-transparent p-0
1173
-
1174
1174
outline-none
1175
1175
outline-offset-1
1176
1176
transition-all
1177
1177
focus:outline-4
1178
- focus:outline-brand -600
1178
+ focus:outline-scale -600
1179
1179
` ,
1180
1180
item_nested : `
1181
1181
border-none
@@ -1190,11 +1190,12 @@ export default {
1190
1190
border border-scale-300 dark:border-scale-500
1191
1191
rounded
1192
1192
shadow-lg
1193
+ py-1.5
1194
+
1193
1195
origin-dropdown
1194
1196
data-open:animate-dropdown-content-show
1195
1197
data-closed:animate-dropdown-content-hide
1196
1198
min-w-fit
1197
- py-1.5
1198
1199
` ,
1199
1200
size : {
1200
1201
tiny : `w-40` ,
@@ -1258,9 +1259,18 @@ export default {
1258
1259
1259
1260
popover : {
1260
1261
trigger : `
1261
- border-none bg-transparent
1262
- p-0
1263
- focus:ring-0
1262
+ flex
1263
+ border-none
1264
+
1265
+ rounded
1266
+ bg-transparent
1267
+ p-0
1268
+ outline-none
1269
+ outline-offset-1
1270
+ transition-all
1271
+ focus:outline-4
1272
+ focus:outline-scale-600
1273
+
1264
1274
` ,
1265
1275
content : `
1266
1276
bg-scale-100 dark:bg-scale-300
You can’t perform that action at this time.
0 commit comments