File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,19 @@ hx-menu {
1414 & :extend(.hxBox-sm );
1515
1616 display : block ;
17+ margin : 0 ;
1718 }
1819
1920 > section {
2021 display : block ;
21-
22+
2223 header {
2324 color : @gray-600 ;
2425 font-size : 0.875rem ;
2526 font-weight : 500 ;
2627 text-transform : uppercase ;
2728 }
28-
29+
2930 + section {
3031 margin-top : 0.5rem ;
3132 }
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ hx-popover {
2727 & [open ] {
2828 display : flex ;
2929 flex-direction : column ;
30+ margin : 0 ;
3031 }
3132
3233 & > &-head {
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ hx-search-assistance {
33
44 & [open ] {
55 display : block ;
6+ margin : 0 ;
67 }
78}
Original file line number Diff line number Diff line change @@ -27,5 +27,6 @@ hx-tooltip {
2727
2828 & [open ] {
2929 display : block ;
30+ margin : 0 ;
3031 }
3132}
Original file line number Diff line number Diff line change 1212p {
1313 margin : 0 ;
1414
15+ // FIXME: this has the potential to throw off alignment
16+ // of fixed position elements like tooltips and popovers
1517 & + * {
1618 margin-top : 0.5rem ;
1719 }
You can’t perform that action at this time.
0 commit comments