Skip to content

Commit

Permalink
Merge pull request #392 from bcgov/391-button---focus-state
Browse files Browse the repository at this point in the history
Update button focus state to new design
  • Loading branch information
mkernohanbc authored Jul 17, 2024
2 parents 9d9c9a9 + 498ae8a commit a3ff5a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-components/src/components/Button/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
cursor: not-allowed;
}
.bcds-react-aria-Button[data-focused] {
outline: 2px solid var(--surface-color-border-active);
outline: solid var(--layout-border-width-medium)
var(--surface-color-border-active);
outline-offset: var(--layout-margin-hair);
}

/* Icon button */
Expand Down

0 comments on commit a3ff5a6

Please sign in to comment.