File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 55hx-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.
4143hx-menuitem {
4244 background-color : transparent ;
4345 border-radius : 2px ;
You can’t perform that action at this time.
0 commit comments