Skip to content

Commit e0087e5

Browse files
author
Joe Pavitt
committed
Add hover behaviour on the "Load More" button
1 parent 314464d commit e0087e5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/css/algolia-theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@
8989
padding: 10px 0 5px;
9090
font-size: 12px;
9191
}
92+
93+
.aa-Panel .aa-SourceFooter #load-more:hover {
94+
cursor: pointer;
95+
color: #2563eb;
96+
}

0 commit comments

Comments
 (0)