Switch reverse_directions link to use a button
This makes it keyboard selectable, and also preserves the event handler. Refs #3637
This commit is contained in:
parent
6b69655812
commit
08020fff63
2 changed files with 1 additions and 5 deletions
|
@ -1288,10 +1288,6 @@ tr.turn:hover {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.reverse_directions {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rules for user images */
|
/* Rules for user images */
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row gx-2 m-1">
|
<div class="row gx-2 m-1">
|
||||||
<div class="col offset-1">
|
<div class="col offset-1">
|
||||||
<a class="reverse_directions"><%= t("site.search.reverse_directions_text") %></a>
|
<button class="btn btn-sm btn-link reverse_directions"><%= t("site.search.reverse_directions_text") %></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue