mirror of
https://github.com/primer/css.git
synced 2025-01-07 14:58:54 +03:00
Add transparent outline to UnderlineNav
This commit is contained in:
parent
5afc7eb299
commit
1f0d1ccf46
@ -29,6 +29,8 @@
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
border-bottom-color: $border-gray-dark;
|
||||
outline: 1px dotted transparent; // Support Firfox custom colors
|
||||
outline-offset: -1px;
|
||||
transition-timing-function: ease-out;
|
||||
transition-duration: 0.12s;
|
||||
}
|
||||
@ -39,6 +41,8 @@
|
||||
font-weight: $font-weight-bold;
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-bottom-color: #f9826c; // custom coral
|
||||
outline: 1px dotted transparent; // Support Firfox custom colors
|
||||
outline-offset: -1px;
|
||||
|
||||
.UnderlineNav-octicon {
|
||||
color: $text-gray;
|
||||
|
Loading…
Reference in New Issue
Block a user