Skip to content

Commit 37a490c

Browse files
chore: Revert change that caused regression in focus rings (#4124)
1 parent 73b6e4a commit 37a490c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/styles/forms/mixins.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
box-shadow: $box-shadow;
3030
}
3131

32-
@mixin container-focus($border-radius: awsui.$border-radius-container, $type: outset) {
32+
@mixin container-focus($border-radius: awsui.$border-radius-container) {
3333
// This mixin is different to `focus-highlight` because it needs to supports overflowing
3434
// content. Using a pseudo element does not take the width or height of the overflowing
3535
// children.
@@ -41,7 +41,7 @@
4141
border-start-end-radius: $border-radius;
4242
border-end-start-radius: $border-radius;
4343
border-end-end-radius: $border-radius;
44-
box-shadow: $type foundation.$box-shadow-focused;
44+
box-shadow: foundation.$box-shadow-focused;
4545
}
4646

4747
@mixin focus-highlight(

0 commit comments

Comments
 (0)