File tree Expand file tree Collapse file tree 5 files changed +2
-10
lines changed Expand file tree Collapse file tree 5 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ class="dropdown d-block d-md-inline"
10
10
x-on:click =" open = !open"
11
11
class =" btn dropdown-toggle d-block w-100 d-md-inline"
12
12
type =" button"
13
- id =" columnSelect"
14
13
aria-haspopup =" true"
15
14
x-bind:aria-expanded =" open"
16
15
>
@@ -20,7 +19,6 @@ class="btn dropdown-toggle d-block w-100 d-md-inline"
20
19
<div
21
20
class =" dropdown-menu dropdown-menu-right w-100 mt-0 mt-md-3"
22
21
x-bind:class =" {'show' : open}"
23
- aria-labelledby =" columnSelect"
24
22
>
25
23
@foreach ($columns as $column )
26
24
@if ($column -> isVisible () && $column -> isSelectable () )
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ class="dropdown d-block d-md-inline"
10
10
x-on:click =" open = !open"
11
11
class =" btn dropdown-toggle d-block w-100 d-md-inline"
12
12
type =" button"
13
- id =" columnSelect"
14
13
aria-haspopup =" true"
15
14
x-bind:aria-expanded =" open"
16
15
>
@@ -20,7 +19,6 @@ class="btn dropdown-toggle d-block w-100 d-md-inline"
20
19
<div
21
20
class =" dropdown-menu dropdown-menu-end w-100"
22
21
x-bind:class =" {'show' : open}"
23
- aria-labelledby =" columnSelect"
24
22
>
25
23
@foreach ($columns as $column )
26
24
@if ($column -> isVisible () && $column -> isSelectable () )
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ class="relative inline-block text-left z-10 w-full md:w-auto"
12
12
x-on:click =" open = !open"
13
13
type =" button"
14
14
class =" inline-flex justify-center w-full rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 dark:bg-gray-700 dark:text-white dark:border-gray-600 dark:hover:bg-gray-600"
15
- id =" options-menu"
16
15
aria-haspopup =" true"
17
16
x-bind:aria-expanded =" open"
18
17
aria-expanded =" true"
@@ -38,7 +37,7 @@ class="inline-flex justify-center w-full rounded-md border border-gray-300 shado
38
37
class =" origin-top-right absolute right-0 mt-2 w-full md:w-48 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 divide-y divide-gray-100 focus:outline-none z-50"
39
38
>
40
39
<div class =" rounded-md bg-white shadow-xs dark:bg-gray-700 dark:text-white" >
41
- <div class =" py-1" role =" menu" aria-orientation =" vertical" aria-labelledby = " options-menu " >
40
+ <div class =" py-1" role =" menu" aria-orientation =" vertical" >
42
41
@foreach ($this -> bulkActions as $action => $title )
43
42
<button
44
43
wire:click =" {{ $action } }"
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ class="inline-block relative w-full text-left md:w-auto"
12
12
x-on:click =" open = !open"
13
13
type =" button"
14
14
class =" inline-flex justify-center px-4 py-2 w-full text-sm font-medium text-gray-700 bg-white rounded-md border border-gray-300 shadow-sm hover:bg-gray-50 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 dark:bg-gray-700 dark:text-white dark:border-gray-600 dark:hover:bg-gray-600"
15
- id =" column-select-menu"
16
15
aria-haspopup =" true"
17
16
x-bind:aria-expanded =" open"
18
17
aria-expanded =" true"
@@ -38,7 +37,7 @@ class="inline-flex justify-center px-4 py-2 w-full text-sm font-medium text-gray
38
37
class =" absolute right-0 z-50 mt-2 w-full bg-white rounded-md divide-y divide-gray-100 ring-1 ring-black ring-opacity-5 shadow-lg origin-top-right md:w-48 focus:outline-none"
39
38
>
40
39
<div class =" bg-white rounded-md shadow-xs dark:bg-gray-700 dark:text-white" >
41
- <div class =" p-2" role =" menu" aria-orientation =" vertical" aria-labelledby = " column-select-menu " >
40
+ <div class =" p-2" role =" menu" aria-orientation =" vertical" >
42
41
@foreach ($columns as $column )
43
42
@if ($column -> isVisible () && $column -> isSelectable () )
44
43
<div wire:key =" columnSelect-{{ $loop -> index } }" >
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ class="relative block md:inline-block text-left"
9
9
<button
10
10
type =" button"
11
11
class =" inline-flex justify-center w-full rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 dark:bg-gray-700 dark:text-white dark:border-gray-600 dark:hover:bg-gray-600"
12
- id =" filters-menu"
13
12
x-on:click =" open = !open"
14
13
aria-haspopup =" true"
15
14
x-bind:aria-expanded =" open"
@@ -43,7 +42,6 @@ class="inline-flex justify-center w-full rounded-md border border-gray-300 shado
43
42
class =" origin-top-right absolute right-0 mt-2 w-full md:w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 divide-y divide-gray-100 focus:outline-none z-50 dark:bg-gray-700 dark:text-white dark:divide-gray-600"
44
43
role =" menu"
45
44
aria-orientation =" vertical"
46
- aria-labelledby =" filters-menu"
47
45
>
48
46
@if ($filtersView )
49
47
@include ($filtersView )
You can’t perform that action at this time.
0 commit comments