1
1
mirror of https://github.com/primer/css.git synced 2024-12-14 23:12:03 +03:00

Fix menu-heading

This commit is contained in:
simurai 2020-03-03 17:47:41 +09:00
parent 736361f075
commit 20f243c28a

View File

@ -97,12 +97,11 @@
.menu-heading {
display: block;
padding: $spacer-1 $spacer-3;
padding: $spacer-2 $spacer-3;
margin-top: 0;
margin-bottom: 0;
font-weight: $font-weight-semibold;
// stylelint-disable-next-line primer/typography
line-height: 23px;
font-size: inherit;
font-weight: $font-weight-bold;
color: $text-black;
border-bottom: $border-width $border-style $border-gray-light;