Skip to content

Commit b17ccc8

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

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
@@ -126,7 +126,9 @@ footer.md-footer {
126126
margin: 0;
127127
}
128128

129-
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link {
129+
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link,
130+
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link:focus {
131+
background-color: transparent;
130132
border: none;
131133
font-size: 14px;
132134
line-height: 21px;

0 commit comments

Comments
 (0)