Skip to content

Commit c882f78

Browse files
authored
Merge pull request #1109 from primer/next-9
Component refresh tweaks 9
2 parents 0c8ec3d + 1345d68 commit c882f78

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/labels/mixins.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
display: inline-block;
99
padding: 0 7px;
1010
font-size: $font-size-small;
11-
font-weight: $font-weight-normal;
11+
font-weight: $font-weight-semibold;
1212
line-height: 18px;
1313
border: $border-width $border-style transparent;
1414
border-radius: 2em;

src/navigation/underline-nav.scss

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
&.selected,
3737
&[role=tab][aria-selected=true],
3838
&[aria-current]:not([aria-current=false]) {
39+
font-weight: $font-weight-bold;
3940
// stylelint-disable-next-line primer/borders
4041
border-bottom-color: #f9826c; // custom coral
4142

src/support/variables/misc.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $box-shadow-inset: inset 0 1px 0 rgba($border-color, 0.2) !default; // top inner
2222
$box-shadow-focus: 0 0 0 3px rgba($border-blue, 0.3) !default; // blue focus ring
2323

2424
// Button variables
25-
$border-color-button: rgba($black, 0.12) !default;
25+
$border-color-button: $black-fade-15 !default;
2626
$btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default; // TODO: Deprecate?
2727

2828
// Form variables

0 commit comments

Comments
 (0)