Skip to content

Commit

Permalink
unused development edited
Browse files Browse the repository at this point in the history
  • Loading branch information
brkcvn committed Oct 27, 2022
1 parent 0b75e72 commit 41e8dee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion app/View/Components/Table/Tr.php
Expand Up @@ -42,7 +42,7 @@ protected function getClass($class)
$values = $self->getValue();

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)) {
Expand Down
30 changes: 0 additions & 30 deletions public/css/app.css
Expand Up @@ -48603,12 +48603,6 @@ body{
opacity: 0.5;
}

.group\/actions:hover .group-hover\/actions\:flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.group:hover .group-hover\:flex{
display: -webkit-box;
display: -ms-flexbox;
Expand Down Expand Up @@ -48654,26 +48648,6 @@ body{
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{
right: 0px;
}
Expand Down Expand Up @@ -50957,10 +50931,6 @@ body{
width: 75%;
}

.lg\:w-56{
width: 14rem;
}

.lg\:max-w-7xl{
max-width: 80rem;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/table/actions.blade.php
Expand Up @@ -3,7 +3,7 @@
$more_actions = [];
@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)
@if (! empty($action['permission']))
@can($action['permission'])
Expand Down

0 comments on commit 41e8dee

Please sign in to comment.