File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ pre {
226
226
}
227
227
228
228
button .dropdown , a .dropdown {
229
+ color : inherit ;
229
230
cursor : pointer ;
230
231
.arrow { font-size : 50% ; display : inline-block ; vertical-align : middle ; }
231
232
.arrow ::after { content : " ▼" ; }
Original file line number Diff line number Diff line change 27
27
28
28
<div class =' nav' >
29
29
{{ #link-to " crates" (query-params letter =" null" page =1 )}}
30
- < button type = " button " > Browse All Crates</ button >
30
+ Browse All Crates
31
31
{{ /link-to }}
32
32
<span class =" sep" >|</span >
33
33
{{ #rl-dropdown-container class =" dropdown-container" }}
69
69
{{ /rl-dropdown-container }}
70
70
{{ else }}
71
71
{{ #link-to " login" }}
72
- <button type =" button" >
73
72
<img class =" lock" src =" /assets/lock.png" />
74
73
Log in with GitHub
75
- </button >
76
74
{{ /link-to }}
77
75
{{ /if }}
78
76
</div >
You can’t perform that action at this time.
0 commit comments