Skip to content

Commit

Permalink
[#364] Added focus state for Back-to-Top link. (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Oct 6, 2024
1 parent 9c1e70a commit 7cc7d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/00-base/_variables.components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ $ct-back-to-top-space-right: ct-spacing(2) !default;
$ct-back-to-top-background-color: ct-color-light('interaction-background') !default;
$ct-back-to-top-border-color: $ct-back-to-top-background-color !default;
$ct-back-to-top-color: ct-color-light('interaction-text') !default;
$ct-back-to-top-outline-color: transparent !default;
$ct-back-to-top-outline-color: ct-color-light('interaction-focus') !default;

//
// Basic content.
Expand Down

1 comment on commit 7cc7d75

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.