Skip to content

Commit 89be8fc

Browse files
committed
Fix style issues
1 parent 0694856 commit 89be8fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/styles/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ pre {
226226
}
227227

228228
button.dropdown, a.dropdown {
229+
color: inherit;
229230
cursor: pointer;
230231
.arrow { font-size: 50%; display: inline-block; vertical-align: middle; }
231232
.arrow::after { content: ""; }

app/templates/application.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<div class='nav'>
2929
{{#link-to "crates" (query-params letter="null" page=1)}}
30-
<button type="button">Browse All Crates</button>
30+
Browse All Crates
3131
{{/link-to}}
3232
<span class="sep">|</span>
3333
{{#rl-dropdown-container class="dropdown-container"}}
@@ -69,10 +69,8 @@
6969
{{/rl-dropdown-container}}
7070
{{else}}
7171
{{#link-to "login"}}
72-
<button type="button">
7372
<img class="lock" src="/assets/lock.png"/>
7473
Log in with GitHub
75-
</button>
7674
{{/link-to}}
7775
{{/if}}
7876
</div>

0 commit comments

Comments
 (0)