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

Darken selected UnderlineNav-octicon

This commit is contained in:
simurai 2020-03-13 16:07:48 +09:00
parent 0e52ad352d
commit 7ab2fb4ce6

View File

@ -37,6 +37,10 @@
&[aria-current] { &[aria-current] {
// stylelint-disable-next-line primer/borders // stylelint-disable-next-line primer/borders
border-bottom-color: #f9826c; // custom coral border-bottom-color: #f9826c; // custom coral
.UnderlineNav-octicon {
color: $text-gray;
}
} }
} }