File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 8
8
display : inline-block ;
9
9
padding : 0 7px ;
10
10
font-size : $font-size-small ;
11
- font-weight : $font-weight-semibold ;
11
+ font-weight : $font-weight-normal ;
12
12
line-height : 18px ;
13
13
border : $border-width $border-style transparent ;
14
14
border-radius : 2em ;
Original file line number Diff line number Diff line change 50
50
& [aria-current ] {
51
51
cursor : default ;
52
52
// stylelint-disable-next-line primer/colors
53
- background-color : $orange-000 ;
53
+ background-color : #fff2f0 ; // custom coral
54
54
55
55
& ::before {
56
56
position : absolute ;
60
60
width : 2px ;
61
61
content : " " ;
62
62
// stylelint-disable-next-line primer/colors
63
- background-color : $orange-500 ;
63
+ background-color : #f9826c ; // custom coral
64
64
}
65
65
}
66
66
Original file line number Diff line number Diff line change 62
62
// Bar on the left
63
63
& ::before {
64
64
// stylelint-disable-next-line primer/colors
65
- background-color : $orange-500 ;
65
+ background-color : #f9826c ; // custom coral
66
66
}
67
67
}
68
68
Original file line number Diff line number Diff line change 21
21
background-color : transparent ;
22
22
border : 0 ;
23
23
// stylelint-disable-next-line primer/borders
24
- border-bottom : 2px $border-style transparent ;
24
+ border-bottom : 2px $border-style rgba ( $border-gray-dark , 0 ) ;
25
25
transition : border-bottom-color 0.36s ease-in ;
26
26
27
27
& :hover ,
28
28
& :focus {
29
29
text-decoration : none ;
30
30
border-bottom-color : $border-gray-dark ;
31
- transition : border-bottom-color 0.12s ease-out ;
31
+ transition-timing-function : ease-out ;
32
+ transition-duration : 0.12s ;
32
33
}
33
34
34
35
& .selected ,
35
36
& [role = tab ][aria-selected = true ],
36
37
& [aria-current ] {
37
38
// stylelint-disable-next-line primer/borders
38
- border-bottom-color : $orange-500 ;
39
+ border-bottom-color : #f9826c ; // custom coral
39
40
}
40
41
}
41
42
You can’t perform that action at this time.
0 commit comments