mirror of
https://github.com/primer/css.git
synced 2024-12-03 03:33:40 +03:00
fix linter
This commit is contained in:
parent
a68f5cc473
commit
ccca4d578e
@ -39,9 +39,9 @@
|
||||
&[role=tab][aria-selected=true],
|
||||
&[aria-current]:not([aria-current=false]) {
|
||||
font-weight: $font-weight-bold;
|
||||
color: var(--color-underline-nav-text-active);
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-bottom-color: #f9826c; // custom coral
|
||||
color: var(--color-underline-nav-text-active);
|
||||
outline: 1px dotted transparent; // Support Firfox custom colors
|
||||
outline-offset: -1px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user