Skip to content

Commit

Permalink
Merge pull request #1839 from flowforge/1836-data-table-hover
Browse files Browse the repository at this point in the history
Improve data-row interactions
  • Loading branch information
joepavitt authored Mar 15, 2023
2 parents 6317740 + e11155b commit cacc59f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
target="_blank"
class="ff-btn ff-btn--secondary"
data-action="open-editor"
@click.stop
>
Open Editor
<span class="ff-btn--icon ff-btn--icon-right">
Expand Down
6 changes: 6 additions & 0 deletions frontend/src/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,10 @@ label {
pointer-events: none;
color: black;
}
}

// Handle nested buttons in a data table

.ff-data-table--cell a:not(.ff-btn):hover {
color: $ff-blue-600;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@fastify/helmet": "^10.0.2",
"@fastify/passport": "^2.2.0",
"@fastify/static": "^6.5.0",
"@flowforge/forge-ui-components": "^0.5.4",
"@flowforge/forge-ui-components": "^0.5.5",
"@flowforge/localfs": "^1.4.0",
"@headlessui/vue": "1.7.12",
"@heroicons/vue": "1.0.6",
Expand Down

0 comments on commit cacc59f

Please sign in to comment.