diff --git a/app/View/Components/Table/Tr.php b/app/View/Components/Table/Tr.php index a781b208f..53ebff043 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 border-b hover:bg-gray-100'; + return 'relative flex items-center px-1 group/actions 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 8d72892d9..3959cf6be 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -47367,10 +47367,6 @@ button, input, optgroup, select, textarea{ max-height: 0; } /* index */ -.index-actions:hover .tooltip-content{ - visibility: visible; - opacity: 1; -} html[dir='ltr'] .index-actions:first-child{ border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; @@ -48603,7 +48599,11 @@ body{ opacity: 0.5; } -.group:hover .group-hover\:flex{ +.group\/tooltip:hover .group-hover\/tooltip\:visible{ + visibility: visible; +} + +.group\/actions:hover .group-hover\/actions\:flex{ display: -webkit-box; display: -ms-flexbox; display: flex; @@ -48648,6 +48648,10 @@ body{ opacity: 1; } +.group\/tooltip:hover .group-hover\/tooltip\:opacity-100{ + opacity: 1; +} + [dir="ltr"] .ltr\:right-0{ right: 0px; } diff --git a/resources/assets/js/views/wizard/Currencies.vue b/resources/assets/js/views/wizard/Currencies.vue index cf4a39509..121c19f74 100644 --- a/resources/assets/js/views/wizard/Currencies.vue +++ b/resources/assets/js/views/wizard/Currencies.vue @@ -27,7 +27,7 @@
-