Skip to content

Commit

Permalink
fix: make analysis wizard step clickable (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi authored Oct 2, 2024
1 parent ec2d4ff commit 3372b8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/client-ui/assets/css/vue-form-wizard.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* Copyright (c) 2024.
* Author Peter Placzek (tada5hi)
* For the full copyright and license information,
* view the LICENSE file that was distributed with this source code.
*/

.vue-form-wizard .wizard-icon-circle {
cursor: pointer !important;
}
1 change: 1 addition & 0 deletions packages/client-ui/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default defineNuxtConfig({
'@fortawesome/fontawesome-free/css/all.css',
'bootstrap/dist/css/bootstrap.css',
'@/assets/css/vue-layout-navigation.css',
'@/assets/css/vue-form-wizard.css',
'@/assets/css/root.css',
'@/assets/css/core/header.css',
'@/assets/css/core/navbar.css',
Expand Down

0 comments on commit 3372b8a

Please sign in to comment.