Skip to content

Commit

Permalink
Make step edit button fully keyboard accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Nov 14, 2024
1 parent 1223892 commit d8d3d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/libs/wdk-client/src/Views/Strategy/StepBoxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ button.StepBoxes--EditButton:hover {
background: yellow;
}

.StrategyPanel--Panel:hover button.StepBoxes--EditButton {
.StrategyPanel--Panel:hover button.StepBoxes--EditButton,
.StrategyPanel--Panel:focus-within button.StepBoxes--EditButton {
display: inline;
}

Expand Down

0 comments on commit d8d3d26

Please sign in to comment.