Skip to content

Commit

Permalink
add styling for currently-selected state
Browse files Browse the repository at this point in the history
  • Loading branch information
mkernohanbc committed Dec 11, 2024
1 parent 2187096 commit b971284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-components/src/components/Link/Link.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
color: var(--surface-color-primary-danger-button-hover);
}

/* Selected */
.bcds-react-aria-Link[data-current] {
color: var(--surface-color-border-active);
}

/* Focus */
.bcds-react-aria-Link[data-focus-visible] {
outline: solid var(--layout-border-width-medium)
Expand Down

0 comments on commit b971284

Please sign in to comment.