File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
</svg >
24
24
</button >
25
25
26
- <ul v-if =" expanded" class =" absolute z-20 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white dark:bg-black py-1 text-base shadow-lg ring-1 ring-black ring-opacity- 5 focus:outline-none sm:text-sm"
26
+ <ul v-if =" expanded" class =" absolute z-20 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white dark:bg-black py-1 text-base shadow-lg ring-1 ring-black/ 5 focus:outline-none sm:text-sm"
27
27
@keydown =" keyDown" :id =" `${id}-options`" role =" listbox" >
28
28
<li v-for =" option in filteredValues"
29
29
:class =" [option === active ? 'active bg-indigo-600 text-white' : 'text-gray-900 dark:text-gray-100', 'relative cursor-default select-none py-2 pl-3 pr-9']"
Original file line number Diff line number Diff line change 2
2
<div :id =" id" :data-transition-for =" id" @mousedown =" close" class =" relative z-10"
3
3
:aria-labelledby =" `${id}-title`" role =" dialog" aria-modal =" true" >
4
4
5
- <div :class =" ['fixed inset-0 bg-gray-500 bg-opacity- 75 transition-opacity', transition1]" ></div >
5
+ <div :class =" ['fixed inset-0 bg-gray-500/ 75 transition-opacity', transition1]" ></div >
6
6
7
7
<div class =" fixed inset-0 z-10 overflow-y-auto" >
8
8
<div class =" flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0" >
Original file line number Diff line number Diff line change 33
33
</div >
34
34
</div >
35
35
</button >
36
- <ul v-if =" expanded && filteredValues.length" class =" absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white dark:bg-black py-1 text-base shadow-lg ring-1 ring-black ring-opacity- 5 focus:outline-none sm:text-sm"
36
+ <ul v-if =" expanded && filteredValues.length" class =" absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white dark:bg-black py-1 text-base shadow-lg ring-1 ring-black/ 5 focus:outline-none sm:text-sm"
37
37
@keydown =" keyDown" :id =" `${id}-options`" role =" listbox" >
38
38
<li v-for =" option in filteredValues.slice(0,maxVisibleItems)"
39
39
:class =" [option === active ? 'active bg-indigo-600 text-white' : 'text-gray-900 dark:text-gray-100', 'relative cursor-default select-none py-2 pl-3 pr-9']"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const grid = {
58
58
getGrid4Class ( style :TableStyleOptions = "stripedRows" ) { return hasTableStyle ( style , "whiteBackground" )
59
59
? ""
60
60
: hasTableStyle ( style , "fullWidth" )
61
- ? "overflow-hidden shadow-sm ring-1 ring-black ring-opacity- 5"
61
+ ? "overflow-hidden shadow-sm ring-1 ring-black/ 5"
62
62
: grid . grid4Class } ,
63
63
getTableClass ( style :TableStyleOptions = "stripedRows" ) { return hasTableStyle ( style , "fullWidth" ) || hasTableStyle ( style , "verticalLines" )
64
64
? "min-w-full divide-y divide-gray-300"
@@ -89,7 +89,7 @@ export const grid = {
89
89
grid2Class : "" ,
90
90
//original: inline-block min-w-full py-2 align-middle md:px-6 lg:px-8
91
91
grid3Class : "inline-block min-w-full py-2 align-middle" ,
92
- grid4Class : "overflow-hidden shadow ring-1 ring-black ring-opacity- 5 md:rounded-lg" ,
92
+ grid4Class : "overflow-hidden shadow ring-1 ring-black/ 5 md:rounded-lg" ,
93
93
tableClass : "min-w-full divide-y divide-gray-200 dark:divide-gray-700" ,
94
94
theadClass : "bg-gray-50 dark:bg-gray-900" ,
95
95
tableCellClass : "px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-400" ,
You can’t perform that action at this time.
0 commit comments