Skip to content

Commit

Permalink
Fix incorrect manual border migration from #10596
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-b-rose committed Sep 21, 2023
1 parent 9748b08 commit 637d6f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polaris-react/src/components/Checkbox/Checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
width: 100%;
height: 100%;
// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
@include focus-ring($border-width: var(--p-border-width-0165));
@include focus-ring($border-width: var(--p-border-width-050));

#{$se23} & {
/* stylelint-disable-next-line polaris/border/polaris/at-rule-disallowed-list -- se23 override */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
width: 100%;
height: 100%;
// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
@include focus-ring($border-width: var(--p-border-width-0165));
@include focus-ring($border-width: var(--p-border-width-050));
}

.Icon {
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/src/components/RadioButton/RadioButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}

// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
@include focus-ring($border-width: var(--p-border-width-0165));
@include focus-ring($border-width: var(--p-border-width-050));

&::after {
border-radius: var(--p-border-radius-full);
Expand Down

0 comments on commit 637d6f3

Please sign in to comment.