Skip to content

Commit 6229043

Browse files
rladdusawRyan Laddusaw
and
Ryan Laddusaw
authored
Using text instead of symbols for nav (#3875)
Co-authored-by: Ryan Laddusaw <rladdusaw@princeton.edu>
1 parent 7ae7bad commit 6229043

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/assets/stylesheets/components/pagination.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ ul.pagination {
7373
font-size: 20px;
7474
margin: 0 6px 0 0;
7575
vertical-align: middle;
76-
width: 44px;
7776
height: 34px;
7877
line-height: 0.9em;
7978
}

config/locales/blacklight.en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ en:
124124
tools:
125125
librarian_view: 'Staff view'
126126
pagination_compact:
127-
previous: '&laquo; <span class="d-none d-lg-inline"> Previous</span>'
128-
next: '<span class="d-none d-lg-inline">Next</span> &raquo;'
127+
previous: '<span class="d-none d-lg-inline">&laquo; </span><span>Previous</span>'
128+
next: '<span>Next</span><span class="d-none d-lg-inline"> &raquo;<span>'
129129
back_to_search: '<span class="icon-moveback"></span> <span class="d-none d-lg-inline">Back to search</span>'

0 commit comments

Comments
 (0)