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 2c671f4 commit b41c8e3Copy full SHA for b41c8e3
1 file changed
src/components/menu/Menu.style.scss
@@ -48,7 +48,7 @@
48
}
49
50
&:focus, &[data-focus=true] {
51
- @include box.box(variables.$white, variables.$white, variables.$white);
+ @include box.box(variables.$secondary, variables.$white, variables.$white);
52
box-shadow: none;
53
width: 100%;
54
@@ -64,7 +64,8 @@
64
65
66
@each $name, $color in variables.$colors {
67
- .menu__content--#{$name}, .menu__sub-content--#{$name} {
68
- @include box.box($color);
69
- }
+ .menu__content--#{$name}, .menu__sub-content--#{$name} {
+ @include box.box($color);
+ border: helpers.backgroundColor(variables.$secondary) 2px solid;
70
+ }
71
0 commit comments