We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b6e4a commit 37a490cCopy full SHA for 37a490c
src/internal/styles/forms/mixins.scss
@@ -29,7 +29,7 @@
29
box-shadow: $box-shadow;
30
}
31
32
-@mixin container-focus($border-radius: awsui.$border-radius-container, $type: outset) {
+@mixin container-focus($border-radius: awsui.$border-radius-container) {
33
// This mixin is different to `focus-highlight` because it needs to supports overflowing
34
// content. Using a pseudo element does not take the width or height of the overflowing
35
// children.
@@ -41,7 +41,7 @@
41
border-start-end-radius: $border-radius;
42
border-end-start-radius: $border-radius;
43
border-end-end-radius: $border-radius;
44
- box-shadow: $type foundation.$box-shadow-focused;
+ box-shadow: foundation.$box-shadow-focused;
45
46
47
@mixin focus-highlight(
0 commit comments