unused development edited
This commit is contained in:
parent
0b75e726af
commit
41e8dee624
@ -42,7 +42,7 @@ class Tr extends Component
|
|||||||
$values = $self->getValue();
|
$values = $self->getValue();
|
||||||
|
|
||||||
if (array_key_exists('App\View\Components\Table\Tbody', $values)) {
|
if (array_key_exists('App\View\Components\Table\Tbody', $values)) {
|
||||||
return 'relative flex items-center px-1 group/actions border-b hover:bg-gray-100';
|
return 'relative flex items-center px-1 group border-b hover:bg-gray-100';
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (array_key_exists('App\View\Components\Table\Thead', $values)) {
|
else if (array_key_exists('App\View\Components\Table\Thead', $values)) {
|
||||||
|
30
public/css/app.css
vendored
30
public/css/app.css
vendored
@ -48603,12 +48603,6 @@ body{
|
|||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group\/actions:hover .group-hover\/actions\:flex{
|
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.group:hover .group-hover\:flex{
|
.group:hover .group-hover\:flex{
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
@ -48654,26 +48648,6 @@ body{
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-\[menu-list-hidden\]\:w-0[data-menu-list-hidden]{
|
|
||||||
width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.data-\[menu-list-hidden\]\:p-0[data-menu-list-hidden]{
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.data-\[menu-list-hidden\]\:opacity-0[data-menu-list-hidden]{
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.data-\[menu-list-hidden\=true\]\:opacity-0[data-menu-list-hidden=true]{
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.data-\[menu-list-hidden\=\"true\"\]\:opacity-0[data-menu-list-hidden="true"]{
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:right-0{
|
[dir="ltr"] .ltr\:right-0{
|
||||||
right: 0px;
|
right: 0px;
|
||||||
}
|
}
|
||||||
@ -50957,10 +50931,6 @@ body{
|
|||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg\:w-56{
|
|
||||||
width: 14rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lg\:max-w-7xl{
|
.lg\:max-w-7xl{
|
||||||
max-width: 80rem;
|
max-width: 80rem;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
$more_actions = [];
|
$more_actions = [];
|
||||||
@endphp
|
@endphp
|
||||||
|
|
||||||
<div class="absolute ltr:right-12 rtl:left-12 -top-4 hidden items-center group-hover/actions:flex">
|
<div class="absolute ltr:right-12 rtl:left-12 -top-4 hidden items-center group-hover:flex">
|
||||||
@foreach ($actions as $action)
|
@foreach ($actions as $action)
|
||||||
@if (! empty($action['permission']))
|
@if (! empty($action['permission']))
|
||||||
@can($action['permission'])
|
@can($action['permission'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user