From 41e8dee624476b92161da654ea3cd7d6d0a60194 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Thu, 27 Oct 2022 12:27:43 +0300 Subject: [PATCH] unused development edited --- app/View/Components/Table/Tr.php | 2 +- public/css/app.css | 30 ------------------- .../views/components/table/actions.blade.php | 2 +- 3 files changed, 2 insertions(+), 32 deletions(-) diff --git a/app/View/Components/Table/Tr.php b/app/View/Components/Table/Tr.php index 53ebff043..a781b208f 100644 --- a/app/View/Components/Table/Tr.php +++ b/app/View/Components/Table/Tr.php @@ -42,7 +42,7 @@ class Tr extends Component $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)) { diff --git a/public/css/app.css b/public/css/app.css index 522bfe63b..8d72892d9 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -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; @@ -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; } @@ -50957,10 +50931,6 @@ body{ width: 75%; } - .lg\:w-56{ - width: 14rem; - } - .lg\:max-w-7xl{ max-width: 80rem; } diff --git a/resources/views/components/table/actions.blade.php b/resources/views/components/table/actions.blade.php index efe5bd41b..003b04497 100644 --- a/resources/views/components/table/actions.blade.php +++ b/resources/views/components/table/actions.blade.php @@ -3,7 +3,7 @@ $more_actions = []; @endphp -