Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcthms committed Jan 16, 2023
1 parent a460e1e commit 56d577b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/guides/legacy-polaris-v8-public-api.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ $nav-min-window: em(layout-width(page-with-nav));
@include high-contrast-outline;
}

&:focus {
&:focus-visible {
box-shadow: var(--p-shadow-button);
outline: 0;

Expand Down Expand Up @@ -1438,7 +1438,7 @@ $nav-min-window: em(layout-width(page-with-nav));
background: var(--p-surface-hovered);
}

&:focus {
&:focus-visible {
border: border-width() solid var(--p-border);
box-shadow: none;
@include focus-ring($style: 'focused');
Expand Down Expand Up @@ -1480,7 +1480,7 @@ $nav-min-window: em(layout-width(page-with-nav));
background: var(--p-surface-critical-subdued);
}

&:focus {
&:focus-visible {
border: border-width('base') solid var(--p-border-critical);
@include focus-ring($style: 'focused');
}
Expand Down

0 comments on commit 56d577b

Please sign in to comment.