Skip to content

Commit ec81041

Browse files
authored
Merge pull request #627 from HelixDesignSystem/fix-stylelint-errors
style: correct stylelint errors
2 parents a73826c + 589c1ba commit ec81041

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/scss/components/menu/_index.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
hx-menu {
66
@extend %hxComponent;
77
@include is-positionable;
8+
89
background-color: $gray-0;
910
border: 1px solid $gray-300;
1011
box-shadow: $layering-shadow;
@@ -14,6 +15,7 @@ hx-menu {
1415

1516
&[open] {
1617
@include box-size(sm);
18+
1719
display: block;
1820
}
1921

@@ -33,11 +35,11 @@ hx-menu {
3335
}
3436
}
3537

36-
// Most of the styles mimic those of .hxBtn.hxLink.
37-
38-
// However, because the generated CSS would end up being
39-
// equally specific, extended definitions seem to take
40-
// priority, so we can't use @extend here.
38+
// Most of the styles mimic those of .hxBtn.hxLink.
39+
//
40+
// However, because the generated CSS would end up being
41+
// equally specific, extended definitions seem to take
42+
// priority, so we can't use @extend here.
4143
hx-menuitem {
4244
background-color: transparent;
4345
border-radius: 2px;

0 commit comments

Comments
 (0)