Skip to content

Commit

Permalink
Fix style issue on latest nova version v4.32.16 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
milewski authored Mar 6, 2024
1 parent def3ffb commit 2929c90
Show file tree
Hide file tree
Showing 4 changed files with 730 additions and 601 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.3.8",
"@vue/compiler-sfc": "^3.4.21",
"laravel-mix": "^6.0.41",
"mix-tailwindcss": "^1.3.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.3.5",
"vue-loader": "^17.3.1"
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"tailwindcss": "^3.4.1",
"vue-loader": "^17.4.2"
}
}
4 changes: 2 additions & 2 deletions resources/js/components/IconActionToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
@click.stop="() => $emit('click', uriKey)"
:class="{
'dark:hover:text-primary-500': parentType === 'ActionSelector',
'h-9 w-auto': !isDetailView && !standalone,
'w-auto': !isDetailView && !standalone,
'hover:text-red-500': destructive && !isDetailView,
'dark:hover:text-primary-500 hover:text-primary-500': !destructive && !isDetailView,
'rounded hover:bg-gray-200 dark:hover:bg-gray-800 focus:outline-none focus:ring px-3 hover:text-gray-500': standalone && isDetailView
}"
class="toolbar-button dark:text-gray-400 text-gray-500 px-2 disabled:opacity-50 disabled:pointer-events-none">
class="toolbar-button h-9 dark:text-gray-400 text-gray-500 px-2 disabled:opacity-50 disabled:pointer-events-none">

<Icon v-if="typeof iconActionToolbar.icon !== 'string'" name="cube-transparent"/>

Expand Down
Loading

0 comments on commit 2929c90

Please sign in to comment.