We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8088676 commit 8541ed1Copy full SHA for 8541ed1
.changeset/rude-rockets-flow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Use variable for the active border of the UnderlineNav
src/navigation/underline-nav.scss
@@ -39,8 +39,7 @@
39
&[aria-current]:not([aria-current=false]) {
40
font-weight: $font-weight-bold;
41
color: var(--color-underlinenav-text-active);
42
- // stylelint-disable-next-line primer/borders
43
- border-bottom-color: #f9826c; // custom coral
+ border-bottom-color: var(--color-underlinenav-border-active);
44
outline: 1px dotted transparent; // Support Firefox custom colors
45
outline-offset: -1px;
46
0 commit comments