Skip to content

Commit 7ac22e2

Browse files
committed
instantsearch.css: don't highlight last clicked prev/next button
1 parent ef43a99 commit 7ac22e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/css/instantsearch.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ footer.md-footer {
130130
display: none;
131131
}
132132

133-
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link {
133+
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link,
134+
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link:focus {
135+
background-color: transparent;
134136
border: none;
135137
font-size: 14px;
136138
line-height: 21px;

0 commit comments

Comments
 (0)