Skip to content

Commit

Permalink
WorkflowCard: add focus-within css for the rename button
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed Dec 12, 2023
1 parent e5d341b commit 3e24305
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/components/Workflow/WorkflowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ async function onTagClick(tag: string) {
opacity: 0;
}
&:hover {
&:hover,
&:focus-within {
.workflow-rename {
opacity: 1;
}
Expand All @@ -252,9 +253,9 @@ async function onTagClick(tag: string) {
.workflow-count-actions {
display: flex;
gap: 0.25rem;
align-self: baseline;
align-items: center;
gap: 0.5rem;
flex-direction: row;
}
Expand Down

0 comments on commit 3e24305

Please sign in to comment.